Html Css Color HEX #05070B Black Russian

📋 copy color: '#05070B'

red 5 ◦ green 7 ◦ blue 11

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

Shades of Black Russian #05070B

Tints of Black Russian #05070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 30.43%

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

R = 21.74%
G = 30.43%
B = 47.83%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#05070B (or 0x05070B) is known color: Black Russian. HEX triplet: 05, 07 and 0B. RGB value is (5,7,11). Sum of RGB (Red+Green+Blue) = 5+7+11=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 7 (3.12% from 255 or 30.43% from 23); Blue value is 11 (4.69% from 255 or 47.83% from 23); Max value from RGB is 11 - color contains mainly: blue. Hex color #05070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05070B is #FAF8F4. Grayscale: #060606. Windows color (decimal): -16447733 or 722693. OLE color: 722693.

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

Color convert

RGB 5 7 11 -
CMYK 0.55 0.36 0 0.96
HSL 220º 0.38% 0.03% -
HSV(B) 220º 0.55% 0.04% -
XYZ 0.2 0.21 0.35 -
YUV 6.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 5 7 11 0.55 0.36 0 0.96 220 0.38 0.03
Hex 5 7 B 37 24 0 60 DC 26 3
Octal 5 7 13 67 44 0 140 334 46 3
Binary 101 111 1011 110111 100100 0 1100000 11011100 100110 11

Color Harmonies of #05070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05070B

Black with #05070B

Text Example


Text Example

White with #05070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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