Html Css Color HEX #03051A Black Russian

📋 copy color: '#03051A'

red 3 ◦ green 5 ◦ blue 26

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

Shades of Black Russian #03051A

Tints of Black Russian #03051A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 76.47%

R = 8.82%
G = 14.71%
B = 76.47%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#03051A (or 0x03051A) is known color: Black Russian. HEX triplet: 03, 05 and 1A. RGB value is (3,5,26). Sum of RGB (Red+Green+Blue) = 3+5+26=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 26 (10.55% from 255 or 76.47% from 34); Max value from RGB is 26 - color contains mainly: blue. Hex color #03051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03051A is #FCFAE5. Grayscale: #060606. Windows color (decimal): -16579302 or 1705219. OLE color: 1705219.

HSL color Cylindrical-coordinate representation of color #03051A: hue angle of 234.78º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #03051A is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 3 5 26 -
CMYK 0.88 0.81 0 0.90
HSL 234.78º 0.79% 0.06% -
HSV(B) 234.78º 0.88% 0.1% -
XYZ 0.28 0.2 1 -
YUV 6.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 3 5 26 0.88 0.81 0 0.90 234.78 0.79 0.06
Hex 3 5 1A 58 51 0 5A EB 4F 6
Octal 3 5 32 130 121 0 132 353 117 6
Binary 11 101 11010 1011000 1010001 0 1011010 11101011 1001111 110

Color Harmonies of #03051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03051A

Black with #03051A

Text Example


Text Example

White with #03051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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