Html Css Color HEX #03072F Black Russian

📋 copy color: '#03072F'

red 3 ◦ green 7 ◦ blue 47

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

Shades of Black Russian #03072F

Tints of Black Russian #03072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 82.46%

R = 5.26%
G = 12.28%
B = 82.46%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#03072F (or 0x03072F) is known color: Black Russian. HEX triplet: 03, 07 and 2F. RGB value is (3,7,47). Sum of RGB (Red+Green+Blue) = 3+7+47=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 47 (18.75% from 255 or 82.46% from 57); Max value from RGB is 47 - color contains mainly: blue. Hex color #03072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03072F is #FCF8D0. Grayscale: #0A0A0A. Windows color (decimal): -16578769 or 3081987. OLE color: 3081987.

HSL color Cylindrical-coordinate representation of color #03072F: hue angle of 234.55º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03072F is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 3 7 47 -
CMYK 0.94 0.85 0 0.82
HSL 234.55º 0.88% 0.1% -
HSV(B) 234.55º 0.94% 0.18% -
XYZ 0.63 0.38 2.73 -
YUV 10.36 148.67 122.75 -
System Red Green Blue C M Y K H S L
Decimal 3 7 47 0.94 0.85 0 0.82 234.55 0.88 0.1
Hex 3 7 2F 5E 55 0 52 EB 58 A
Octal 3 7 57 136 125 0 122 353 130 12
Binary 11 111 101111 1011110 1010101 0 1010010 11101011 1011000 1010

Color Harmonies of #03072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03072F

Black with #03072F

Text Example


Text Example

White with #03072F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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