Html Css Color HEX #05081B Black Russian

📋 copy color: '#05081B'

red 5 ◦ green 8 ◦ blue 27

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

Shades of Black Russian #05081B

Tints of Black Russian #05081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 67.5%

R = 12.5%
G = 20%
B = 67.5%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05081B (or 0x05081B) is known color: Black Russian. HEX triplet: 05, 08 and 1B. RGB value is (5,8,27). Sum of RGB (Red+Green+Blue) = 5+8+27=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 8 (3.52% from 255 or 20% from 40); Blue value is 27 (10.94% from 255 or 67.5% from 40); Max value from RGB is 27 - color contains mainly: blue. Hex color #05081B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05081B is #FAF7E4. Grayscale: #090909. Windows color (decimal): -16447461 or 1771525. OLE color: 1771525.

HSL color Cylindrical-coordinate representation of color #05081B: hue angle of 231.82º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05081B is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 8 27 -
CMYK 0.81 0.70 0 0.89
HSL 231.82º 0.69% 0.06% -
HSV(B) 231.82º 0.81% 0.11% -
XYZ 0.35 0.29 1.07 -
YUV 9.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 5 8 27 0.81 0.70 0 0.89 231.82 0.69 0.06
Hex 5 8 1B 51 46 0 59 E8 45 6
Octal 5 10 33 121 106 0 131 350 105 6
Binary 101 1000 11011 1010001 1000110 0 1011001 11101000 1000101 110

Color Harmonies of #05081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05081B

Black with #05081B

Text Example


Text Example

White with #05081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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