Html Css Color HEX #05051E Black Russian

📋 copy color: '#05051E'

red 5 ◦ green 5 ◦ blue 30

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

Shades of Black Russian #05051E

Tints of Black Russian #05051E

RGB

 RED value IS 5 (2.34% from 255) = 12.5%

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

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

R = 12.5%
G = 12.5%
B = 75%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#05051E (or 0x05051E) is known color: Black Russian. HEX triplet: 05, 05 and 1E. RGB value is (5,5,30). Sum of RGB (Red+Green+Blue) = 5+5+30=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 30 (12.11% from 255 or 75% from 40); Max value from RGB is 30 - color contains mainly: blue. Hex color #05051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05051E is #FAFAE1. Grayscale: #070707. Windows color (decimal): -16448226 or 1967365. OLE color: 1967365.

HSL color Cylindrical-coordinate representation of color #05051E: hue angle of 240º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #05051E is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 5 5 30 -
CMYK 0.83 0.83 0 0.88
HSL 240º 0.71% 0.07% -
HSV(B) 240º 0.83% 0.12% -
XYZ 0.35 0.23 1.26 -
YUV 7.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 5 5 30 0.83 0.83 0 0.88 240 0.71 0.07
Hex 5 5 1E 53 53 0 58 F0 47 7
Octal 5 5 36 123 123 0 130 360 107 7
Binary 101 101 11110 1010011 1010011 0 1011000 11110000 1000111 111

Color Harmonies of #05051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05051E

Black with #05051E

Text Example


Text Example

White with #05051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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