Html Css Color HEX #02031E Black Russian

📋 copy color: '#02031E'

red 2 ◦ green 3 ◦ blue 30

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

Shades of Black Russian #02031E

Tints of Black Russian #02031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 85.71%

R = 5.71%
G = 8.57%
B = 85.71%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#02031E (or 0x02031E) is known color: Black Russian. HEX triplet: 02, 03 and 1E. RGB value is (2,3,30). Sum of RGB (Red+Green+Blue) = 2+3+30=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 3 (1.56% from 255 or 8.57% from 35); Blue value is 30 (12.11% from 255 or 85.71% from 35); Max value from RGB is 30 - color contains mainly: blue. Hex color #02031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02031E is #FDFCE1. Grayscale: #050505. Windows color (decimal): -16645346 or 1966850. OLE color: 1966850.

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

Color convert

RGB 2 3 30 -
CMYK 0.93 0.90 0 0.88
HSL 237.86º 0.88% 0.06% -
HSV(B) 237.86º 0.93% 0.12% -
XYZ 0.29 0.17 1.25 -
YUV 5.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 2 3 30 0.93 0.90 0 0.88 237.86 0.88 0.06
Hex 2 3 1E 5D 5A 0 58 EE 58 6
Octal 2 3 36 135 132 0 130 356 130 6
Binary 10 11 11110 1011101 1011010 0 1011000 11101110 1011000 110

Color Harmonies of #02031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02031E

Black with #02031E

Text Example


Text Example

White with #02031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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