#09050D

Color #09050D Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #09050D

Tints of Blackcurrant #09050D

Color information

#09050D (or 0x09050D) is unknown color: approx Blackcurrant. HEX triplet: 09, 05 and 0D. RGB value is (9,5,13). Sum of RGB (Red+Green+Blue) = 9+5+13=27 (3% of max value = 765). Red value is 9 (3.91% from 255 or 33.33% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 13 (5.47% from 255 or 48.15% from 27); Max value from RGB is 13 - color contains mainly: blue. Hex color #09050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09050D is #F6FAF2. Grayscale: #070707. Windows color (decimal): -16186099 or 853257. OLE color: 853257.

HSL color Cylindrical-coordinate representation of color #09050D: hue angle of 270º degrees, saturation: 0.44, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #09050D is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB9513-
CMYK0.310.6200.95
HSL270º44.44%3.53%-
HSV(B)270º61.54%5.1%-
XYZ0.240.20.41-
YUV7.11131.33129.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 33.33%
GREEN value IS 5 (2.34% from 255) = 18.52%
BLUE value IS 13 (5.47% from 255) = 48.15%
R=33.33%
G=18.52%
B=48.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal95130.310.6200.9527044.443.53
Hex95D1F3E05F10e2c4
Octal1151537760137416544
Binary100110111011111111111001011111100001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09050D; }

 p { color: rgb(9,5,13); }

 H1.HeaderClassName
 {
   color: #09050D;
 }
 .AnyTagClassName
 {
   color: #09050D;
 }
</style>
background-color css

<style>
 a { background-color: #09050D; }

 a { background-color: rgb(9,5,13); }

 div.DivClassName
 {
   background-color: #09050D;
 }
 .BgClassName
 {
   background-color: #09050D;
 }
</style>
border-color css

<style>
 span { border-color: #09050D; }

 span { border-color: rgb(9,5,13); }

 td.TdClassName
 {
   border-color: #09050D;
 }
 .TagClassName
 {
   border-color: #09050D;
 }
</style>