Html Css Color HEX #03071D Black Russian

📋 copy color: '#03071D'

red 3 ◦ green 7 ◦ blue 29

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

Shades of Black Russian #03071D

Tints of Black Russian #03071D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 74.36%

R = 7.69%
G = 17.95%
B = 74.36%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#03071D (or 0x03071D) is known color: Black Russian. HEX triplet: 03, 07 and 1D. RGB value is (3,7,29). Sum of RGB (Red+Green+Blue) = 3+7+29=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 29 (11.72% from 255 or 74.36% from 39); Max value from RGB is 29 - color contains mainly: blue. Hex color #03071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03071D is #FCF8E2. Grayscale: #080808. Windows color (decimal): -16578787 or 1902339. OLE color: 1902339.

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

Color convert

RGB 3 7 29 -
CMYK 0.90 0.76 0 0.89
HSL 230.77º 0.81% 0.06% -
HSV(B) 230.77º 0.9% 0.11% -
XYZ 0.34 0.26 1.19 -
YUV 8.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 3 7 29 0.90 0.76 0 0.89 230.77 0.81 0.06
Hex 3 7 1D 5A 4C 0 59 E7 51 6
Octal 3 7 35 132 114 0 131 347 121 6
Binary 11 111 11101 1011010 1001100 0 1011001 11100111 1010001 110

Color Harmonies of #03071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03071D

Black with #03071D

Text Example


Text Example

White with #03071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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