Html Css Color HEX #05081E Black Russian

📋 copy color: '#05081E'

red 5 ◦ green 8 ◦ blue 30

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

Shades of Black Russian #05081E

Tints of Black Russian #05081E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 18.6%

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

R = 11.63%
G = 18.6%
B = 69.77%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#05081E (or 0x05081E) is known color: Black Russian. HEX triplet: 05, 08 and 1E. RGB value is (5,8,30). Sum of RGB (Red+Green+Blue) = 5+8+30=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 30 (12.11% from 255 or 69.77% from 43); Max value from RGB is 30 - color contains mainly: blue. Hex color #05081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05081E is #FAF7E1. Grayscale: #090909. Windows color (decimal): -16447458 or 1968133. OLE color: 1968133.

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

Color convert

RGB 5 8 30 -
CMYK 0.83 0.73 0 0.88
HSL 232.8º 0.71% 0.07% -
HSV(B) 232.8º 0.83% 0.12% -
XYZ 0.38 0.3 1.27 -
YUV 9.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 5 8 30 0.83 0.73 0 0.88 232.8 0.71 0.07
Hex 5 8 1E 53 49 0 58 E9 47 7
Octal 5 10 36 123 111 0 130 351 107 7
Binary 101 1000 11110 1010011 1001001 0 1011000 11101001 1000111 111

Color Harmonies of #05081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05081E

Black with #05081E

Text Example


Text Example

White with #05081E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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