Html Css Color HEX #09020C Blackcurrant

📋 copy color: '#09020C'

red 9 ◦ green 2 ◦ blue 12

#09020C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #09020C

Tints of Blackcurrant #09020C

RGB

 RED value IS 9 (3.91% from 255) = 39.13%

 GREEN value IS 2 (1.17% from 255) = 8.7%

 BLUE value IS 12 (5.08% from 255) = 52.17%

R = 39.13%
G = 8.7%
B = 52.17%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#09020C (or 0x09020C) is known color: Blackcurrant. HEX triplet: 09, 02 and 0C. RGB value is (9,2,12). Sum of RGB (Red+Green+Blue) = 9+2+12=23 (3% of max value = 765). Red value is 9 (3.91% from 255 or 39.13% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 12 (5.08% from 255 or 52.17% from 23); Max value from RGB is 12 - color contains mainly: blue. Hex color #09020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09020C is #F6FDF3. Grayscale: #050505. Windows color (decimal): -16186868 or 786953. OLE color: 786953.

HSL color Cylindrical-coordinate representation of color #09020C: hue angle of 282º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09020C is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 9 2 12 -
CMYK 0.25 0.83 0 0.95
HSL 282º 0.71% 0.03% -
HSV(B) 282º 0.83% 0.05% -
XYZ 0.2 0.13 0.36 -
YUV 5.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 9 2 12 0.25 0.83 0 0.95 282 0.71 0.03
Hex 9 2 C 19 53 0 5F 11A 47 3
Octal 11 2 14 31 123 0 137 432 107 3
Binary 1001 10 1100 11001 1010011 0 1011111 100011010 1000111 11

Color Harmonies of #09020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09020C

Black with #09020C

Text Example


Text Example

White with #09020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09020C; }

 p { color: rgb(9,2,12); }

 H1.HeaderClassName
 {
   color: #09020C;
 }
 .AnyTagClassName
 {
   color: #09020C;
 }
</style>

background-color css

<style>
 a { background-color: #09020C; }

 a { background-color: rgb(9,2,12); }

 div.DivClassName
 {
   background-color: #09020C;
 }
 .BgClassName
 {
   background-color: #09020C;
 }
</style>

border-color css

<style>
 span { border-color: #09020C; }

 span { border-color: rgb(9,2,12); }

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