Html Css Color HEX #05041E Black Russian

📋 copy color: '#05041E'

red 5 ◦ green 4 ◦ blue 30

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

Shades of Black Russian #05041E

Tints of Black Russian #05041E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 10.26%

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

R = 12.82%
G = 10.26%
B = 76.92%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#05041E (or 0x05041E) is known color: Black Russian. HEX triplet: 05, 04 and 1E. RGB value is (5,4,30). Sum of RGB (Red+Green+Blue) = 5+4+30=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 30 (12.11% from 255 or 76.92% from 39); Max value from RGB is 30 - color contains mainly: blue. Hex color #05041E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05041E is #FAFBE1. Grayscale: #070707. Windows color (decimal): -16448482 or 1967109. OLE color: 1967109.

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

Color convert

RGB 5 4 30 -
CMYK 0.83 0.87 0 0.88
HSL 242.31º 0.76% 0.07% -
HSV(B) 242.31º 0.87% 0.12% -
XYZ 0.34 0.21 1.25 -
YUV 7.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 5 4 30 0.83 0.87 0 0.88 242.31 0.76 0.07
Hex 5 4 1E 53 57 0 58 F2 4C 7
Octal 5 4 36 123 127 0 130 362 114 7
Binary 101 100 11110 1010011 1010111 0 1011000 11110010 1001100 111

Color Harmonies of #05041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05041E

Black with #05041E

Text Example


Text Example

White with #05041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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