Html Css Color HEX #03071E Black Russian

📋 copy color: '#03071E'

red 3 ◦ green 7 ◦ blue 30

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

Shades of Black Russian #03071E

Tints of Black Russian #03071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 17.5%

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

R = 7.5%
G = 17.5%
B = 75%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#03071E (or 0x03071E) is known color: Black Russian. HEX triplet: 03, 07 and 1E. RGB value is (3,7,30). Sum of RGB (Red+Green+Blue) = 3+7+30=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 30 (12.11% from 255 or 75% from 40); Max value from RGB is 30 - color contains mainly: blue. Hex color #03071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03071E is #FCF8E1. Grayscale: #080808. Windows color (decimal): -16578786 or 1967875. OLE color: 1967875.

HSL color Cylindrical-coordinate representation of color #03071E: hue angle of 231.11º 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 #03071E is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 3 7 30 -
CMYK 0.90 0.77 0 0.88
HSL 231.11º 0.82% 0.06% -
HSV(B) 231.11º 0.9% 0.12% -
XYZ 0.35 0.27 1.26 -
YUV 8.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 3 7 30 0.90 0.77 0 0.88 231.11 0.82 0.06
Hex 3 7 1E 5A 4D 0 58 E7 52 6
Octal 3 7 36 132 115 0 130 347 122 6
Binary 11 111 11110 1011010 1001101 0 1011000 11100111 1010010 110

Color Harmonies of #03071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03071E

Black with #03071E

Text Example


Text Example

White with #03071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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