Html Css Color HEX #09020D Blackcurrant

📋 copy color: '#09020D'

red 9 ◦ green 2 ◦ blue 13

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

Shades of Blackcurrant #09020D

Tints of Blackcurrant #09020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 54.17%

R = 37.5%
G = 8.33%
B = 54.17%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#09020D (or 0x09020D) is known color: Blackcurrant. HEX triplet: 09, 02 and 0D. RGB value is (9,2,13). Sum of RGB (Red+Green+Blue) = 9+2+13=24 (3% of max value = 765). Red value is 9 (3.91% from 255 or 37.5% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 13 (5.47% from 255 or 54.17% from 24); Max value from RGB is 13 - color contains mainly: blue. Hex color #09020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09020D is #F6FDF2. Grayscale: #050505. Windows color (decimal): -16186867 or 852489. OLE color: 852489.

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

Color convert

RGB 9 2 13 -
CMYK 0.31 0.85 0 0.95
HSL 278.18º 0.73% 0.03% -
HSV(B) 278.18º 0.85% 0.05% -
XYZ 0.21 0.13 0.4 -
YUV 5.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 9 2 13 0.31 0.85 0 0.95 278.18 0.73 0.03
Hex 9 2 D 1F 55 0 5F 116 49 3
Octal 11 2 15 37 125 0 137 426 111 3
Binary 1001 10 1101 11111 1010101 0 1011111 100010110 1001001 11

Color Harmonies of #09020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09020D

Black with #09020D

Text Example


Text Example

White with #09020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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