Html Css Color HEX #03021F Black Russian

📋 copy color: '#03021F'

red 3 ◦ green 2 ◦ blue 31

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

Shades of Black Russian #03021F

Tints of Black Russian #03021F

RGB

 RED value IS 3 (1.56% from 255) = 8.33%

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

 BLUE value IS 31 (12.5% from 255) = 86.11%

R = 8.33%
G = 5.56%
B = 86.11%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#03021F (or 0x03021F) is known color: Black Russian. HEX triplet: 03, 02 and 1F. RGB value is (3,2,31). Sum of RGB (Red+Green+Blue) = 3+2+31=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 31 (12.5% from 255 or 86.11% from 36); Max value from RGB is 31 - color contains mainly: blue. Hex color #03021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03021F is #FCFDE0. Grayscale: #050505. Windows color (decimal): -16580065 or 2032131. OLE color: 2032131.

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

Color convert

RGB 3 2 31 -
CMYK 0.90 0.94 0 0.88
HSL 242.07º 0.88% 0.06% -
HSV(B) 242.07º 0.94% 0.12% -
XYZ 0.31 0.16 1.31 -
YUV 5.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 3 2 31 0.90 0.94 0 0.88 242.07 0.88 0.06
Hex 3 2 1F 5A 5E 0 58 F2 58 6
Octal 3 2 37 132 136 0 130 362 130 6
Binary 11 10 11111 1011010 1011110 0 1011000 11110010 1011000 110

Color Harmonies of #03021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03021F

Black with #03021F

Text Example


Text Example

White with #03021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03021F; }

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

 H1.HeaderClassName
 {
   color: #03021F;
 }
 .AnyTagClassName
 {
   color: #03021F;
 }
</style>

background-color css

<style>
 a { background-color: #03021F; }

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

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

border-color css

<style>
 span { border-color: #03021F; }

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

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