Html Css Color HEX #03051C Black Russian

📋 copy color: '#03051C'

red 3 ◦ green 5 ◦ blue 28

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

Shades of Black Russian #03051C

Tints of Black Russian #03051C

RGB

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

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

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

R = 8.33%
G = 13.89%
B = 77.78%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#03051C (or 0x03051C) is known color: Black Russian. HEX triplet: 03, 05 and 1C. RGB value is (3,5,28). Sum of RGB (Red+Green+Blue) = 3+5+28=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 28 (11.33% from 255 or 77.78% from 36); Max value from RGB is 28 - color contains mainly: blue. Hex color #03051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03051C is #FCFAE3. Grayscale: #060606. Windows color (decimal): -16579300 or 1836291. OLE color: 1836291.

HSL color Cylindrical-coordinate representation of color #03051C: hue angle of 235.2º 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 #03051C is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 3 5 28 -
CMYK 0.89 0.82 0 0.89
HSL 235.2º 0.81% 0.06% -
HSV(B) 235.2º 0.89% 0.11% -
XYZ 0.3 0.21 1.12 -
YUV 7.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 3 5 28 0.89 0.82 0 0.89 235.2 0.81 0.06
Hex 3 5 1C 59 52 0 59 EB 51 6
Octal 3 5 34 131 122 0 131 353 121 6
Binary 11 101 11100 1011001 1010010 0 1011001 11101011 1010001 110

Color Harmonies of #03051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03051C

Black with #03051C

Text Example


Text Example

White with #03051C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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