Html Css Color HEX #03071C Black Russian

📋 copy color: '#03071C'

red 3 ◦ green 7 ◦ blue 28

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

Shades of Black Russian #03071C

Tints of Black Russian #03071C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 73.68%

R = 7.89%
G = 18.42%
B = 73.68%

CMYK

 C value IS 0.89

 M value IS 0.75

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#03071C (or 0x03071C) is known color: Black Russian. HEX triplet: 03, 07 and 1C. RGB value is (3,7,28). Sum of RGB (Red+Green+Blue) = 3+7+28=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 28 (11.33% from 255 or 73.68% from 38); Max value from RGB is 28 - color contains mainly: blue. Hex color #03071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03071C is #FCF8E3. Grayscale: #080808. Windows color (decimal): -16578788 or 1836803. OLE color: 1836803.

HSL color Cylindrical-coordinate representation of color #03071C: hue angle of 230.4º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #03071C is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 3 7 28 -
CMYK 0.89 0.75 0 0.89
HSL 230.4º 0.81% 0.06% -
HSV(B) 230.4º 0.89% 0.11% -
XYZ 0.32 0.26 1.13 -
YUV 8.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 3 7 28 0.89 0.75 0 0.89 230.4 0.81 0.06
Hex 3 7 1C 59 4B 0 59 E6 51 6
Octal 3 7 34 131 113 0 131 346 121 6
Binary 11 111 11100 1011001 1001011 0 1011001 11100110 1010001 110

Color Harmonies of #03071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03071C

Black with #03071C

Text Example


Text Example

White with #03071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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