Html Css Color HEX #02040E Black Russian

📋 copy color: '#02040E'

red 2 ◦ green 4 ◦ blue 14

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

Shades of Black Russian #02040E

Tints of Black Russian #02040E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 70%

R = 10%
G = 20%
B = 70%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#02040E (or 0x02040E) is known color: Black Russian. HEX triplet: 02, 04 and 0E. RGB value is (2,4,14). Sum of RGB (Red+Green+Blue) = 2+4+14=20 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10% from 20); Green value is 4 (1.95% from 255 or 20% from 20); Blue value is 14 (5.86% from 255 or 70% from 20); Max value from RGB is 14 - color contains mainly: blue. Hex color #02040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02040E is #FDFBF1. Grayscale: #040404. Windows color (decimal): -16645106 or 918530. OLE color: 918530.

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

Color convert

RGB 2 4 14 -
CMYK 0.86 0.71 0 0.95
HSL 230º 0.75% 0.03% -
HSV(B) 230º 0.86% 0.05% -
XYZ 0.15 0.13 0.43 -
YUV 4.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 2 4 14 0.86 0.71 0 0.95 230 0.75 0.03
Hex 2 4 E 56 47 0 5F E6 4B 3
Octal 2 4 16 126 107 0 137 346 113 3
Binary 10 100 1110 1010110 1000111 0 1011111 11100110 1001011 11

Color Harmonies of #02040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02040E

Black with #02040E

Text Example


Text Example

White with #02040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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