Html Css Color HEX #06050B Black Russian

📋 copy color: '#06050B'

red 6 ◦ green 5 ◦ blue 11

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

Shades of Black Russian #06050B

Tints of Black Russian #06050B

RGB

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

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

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

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

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#06050B (or 0x06050B) is known color: Black Russian. HEX triplet: 06, 05 and 0B. RGB value is (6,5,11). Sum of RGB (Red+Green+Blue) = 6+5+11=22 (2% of max value = 765). Red value is 6 (2.73% from 255 or 27.27% from 22); Green value is 5 (2.34% from 255 or 22.73% 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 #06050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06050B is #F9FAF4. Grayscale: #050505. Windows color (decimal): -16382709 or 722182. OLE color: 722182.

HSL color Cylindrical-coordinate representation of color #06050B: hue angle of 250º 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 #06050B is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 6 5 11 -
CMYK 0.45 0.55 0 0.96
HSL 250º 0.38% 0.03% -
HSV(B) 250º 0.55% 0.04% -
XYZ 0.19 0.17 0.34 -
YUV 5.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 6 5 11 0.45 0.55 0 0.96 250 0.38 0.03
Hex 6 5 B 2D 37 0 60 FA 26 3
Octal 6 5 13 55 67 0 140 372 46 3
Binary 110 101 1011 101101 110111 0 1100000 11111010 100110 11

Color Harmonies of #06050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06050B

Black with #06050B

Text Example


Text Example

White with #06050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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