Html Css Color HEX #02031D Black Russian

📋 copy color: '#02031D'

red 2 ◦ green 3 ◦ blue 29

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

Shades of Black Russian #02031D

Tints of Black Russian #02031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.82%

 BLUE value IS 29 (11.72% from 255) = 85.29%

R = 5.88%
G = 8.82%
B = 85.29%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#02031D (or 0x02031D) is known color: Black Russian. HEX triplet: 02, 03 and 1D. RGB value is (2,3,29). Sum of RGB (Red+Green+Blue) = 2+3+29=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 29 (11.72% from 255 or 85.29% from 34); Max value from RGB is 29 - color contains mainly: blue. Hex color #02031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02031D is #FDFCE2. Grayscale: #050505. Windows color (decimal): -16645347 or 1901314. OLE color: 1901314.

HSL color Cylindrical-coordinate representation of color #02031D: hue angle of 237.78º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02031D is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 3 29 -
CMYK 0.93 0.90 0 0.89
HSL 237.78º 0.87% 0.06% -
HSV(B) 237.78º 0.93% 0.11% -
XYZ 0.28 0.17 1.18 -
YUV 5.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 2 3 29 0.93 0.90 0 0.89 237.78 0.87 0.06
Hex 2 3 1D 5D 5A 0 59 EE 57 6
Octal 2 3 35 135 132 0 131 356 127 6
Binary 10 11 11101 1011101 1011010 0 1011001 11101110 1010111 110

Color Harmonies of #02031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02031D

Black with #02031D

Text Example


Text Example

White with #02031D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,3,29); }

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

background-color css

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

 a { background-color: rgb(2,3,29); }

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

border-color css

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

 span { border-color: rgb(2,3,29); }

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