Html Css Color HEX #03031E Black Russian

📋 copy color: '#03031E'

red 3 ◦ green 3 ◦ blue 30

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

Shades of Black Russian #03031E

Tints of Black Russian #03031E

RGB

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

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

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

R = 8.33%
G = 8.33%
B = 83.33%

CMYK

 C value IS 0.90

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#03031E (or 0x03031E) is known color: Black Russian. HEX triplet: 03, 03 and 1E. RGB value is (3,3,30). Sum of RGB (Red+Green+Blue) = 3+3+30=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 30 (12.11% from 255 or 83.33% from 36); Max value from RGB is 30 - color contains mainly: blue. Hex color #03031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03031E is #FCFCE1. Grayscale: #050505. Windows color (decimal): -16579810 or 1966851. OLE color: 1966851.

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

Color convert

RGB 3 3 30 -
CMYK 0.90 0.90 0 0.88
HSL 240º 0.82% 0.06% -
HSV(B) 240º 0.9% 0.12% -
XYZ 0.3 0.18 1.25 -
YUV 6.08 141.5 125.8 -
System Red Green Blue C M Y K H S L
Decimal 3 3 30 0.90 0.90 0 0.88 240 0.82 0.06
Hex 3 3 1E 5A 5A 0 58 F0 52 6
Octal 3 3 36 132 132 0 130 360 122 6
Binary 11 11 11110 1011010 1011010 0 1011000 11110000 1010010 110

Color Harmonies of #03031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03031E

Black with #03031E

Text Example


Text Example

White with #03031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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