Html Css Color HEX #05060B Black Russian

📋 copy color: '#05060B'

red 5 ◦ green 6 ◦ blue 11

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

Shades of Black Russian #05060B

Tints of Black Russian #05060B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 27.27%

 BLUE value IS 11 (4.69% from 255) = 50%

R = 22.73%
G = 27.27%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#05060B (or 0x05060B) is known color: Black Russian. HEX triplet: 05, 06 and 0B. RGB value is (5,6,11). Sum of RGB (Red+Green+Blue) = 5+6+11=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 6 (2.73% from 255 or 27.27% from 22); Blue value is 11 (4.69% from 255 or 50% from 22); Max value from RGB is 11 - color contains mainly: blue. Hex color #05060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05060B is #FAF9F4. Grayscale: #060606. Windows color (decimal): -16447989 or 722437. OLE color: 722437.

HSL color Cylindrical-coordinate representation of color #05060B: hue angle of 230º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #05060B is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 6 11 -
CMYK 0.55 0.45 0 0.96
HSL 230º 0.38% 0.03% -
HSV(B) 230º 0.55% 0.04% -
XYZ 0.19 0.19 0.34 -
YUV 6.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 5 6 11 0.55 0.45 0 0.96 230 0.38 0.03
Hex 5 6 B 37 2D 0 60 E6 26 3
Octal 5 6 13 67 55 0 140 346 46 3
Binary 101 110 1011 110111 101101 0 1100000 11100110 100110 11

Color Harmonies of #05060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05060B

Black with #05060B

Text Example


Text Example

White with #05060B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,6,11); }

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

background-color css

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

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

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

border-color css

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

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

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