Html Css Color HEX #03051E Black Russian

📋 copy color: '#03051E'

red 3 ◦ green 5 ◦ blue 30

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

Shades of Black Russian #03051E

Tints of Black Russian #03051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 13.16%

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

R = 7.89%
G = 13.16%
B = 78.95%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#03051E (or 0x03051E) is known color: Black Russian. HEX triplet: 03, 05 and 1E. RGB value is (3,5,30). Sum of RGB (Red+Green+Blue) = 3+5+30=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 30 (12.11% from 255 or 78.95% from 38); Max value from RGB is 30 - color contains mainly: blue. Hex color #03051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03051E is #FCFAE1. Grayscale: #070707. Windows color (decimal): -16579298 or 1967363. OLE color: 1967363.

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

Color convert

RGB 3 5 30 -
CMYK 0.90 0.83 0 0.88
HSL 235.56º 0.82% 0.06% -
HSV(B) 235.56º 0.9% 0.12% -
XYZ 0.33 0.22 1.25 -
YUV 7.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 3 5 30 0.90 0.83 0 0.88 235.56 0.82 0.06
Hex 3 5 1E 5A 53 0 58 EC 52 6
Octal 3 5 36 132 123 0 130 354 122 6
Binary 11 101 11110 1011010 1010011 0 1011000 11101100 1010010 110

Color Harmonies of #03051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03051E

Black with #03051E

Text Example


Text Example

White with #03051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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