Html Css Color HEX #02040D Black Russian

📋 copy color: '#02040D'

red 2 ◦ green 4 ◦ blue 13

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

Shades of Black Russian #02040D

Tints of Black Russian #02040D

RGB

 RED value IS 2 (1.17% from 255) = 10.53%

 GREEN value IS 4 (1.95% from 255) = 21.05%

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

R = 10.53%
G = 21.05%
B = 68.42%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#02040D (or 0x02040D) is known color: Black Russian. HEX triplet: 02, 04 and 0D. RGB value is (2,4,13). Sum of RGB (Red+Green+Blue) = 2+4+13=19 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10.53% from 19); Green value is 4 (1.95% from 255 or 21.05% from 19); Blue value is 13 (5.47% from 255 or 68.42% from 19); Max value from RGB is 13 - color contains mainly: blue. Hex color #02040D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02040D is #FDFBF2. Grayscale: #040404. Windows color (decimal): -16645107 or 852994. OLE color: 852994.

HSL color Cylindrical-coordinate representation of color #02040D: hue angle of 229.09º 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 #02040D is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 2 4 13 -
CMYK 0.85 0.69 0 0.95
HSL 229.09º 0.73% 0.03% -
HSV(B) 229.09º 0.85% 0.05% -
XYZ 0.14 0.13 0.4 -
YUV 4.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 2 4 13 0.85 0.69 0 0.95 229.09 0.73 0.03
Hex 2 4 D 55 45 0 5F E5 49 3
Octal 2 4 15 125 105 0 137 345 111 3
Binary 10 100 1101 1010101 1000101 0 1011111 11100101 1001001 11

Color Harmonies of #02040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02040D

Black with #02040D

Text Example


Text Example

White with #02040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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