Html Css Color HEX #06070B Black Russian

📋 copy color: '#06070B'

red 6 ◦ green 7 ◦ blue 11

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

Shades of Black Russian #06070B

Tints of Black Russian #06070B

RGB

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

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

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

R = 25%
G = 29.17%
B = 45.83%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#06070B (or 0x06070B) is known color: Black Russian. HEX triplet: 06, 07 and 0B. RGB value is (6,7,11). Sum of RGB (Red+Green+Blue) = 6+7+11=24 (3% of max value = 765). Red value is 6 (2.73% from 255 or 25% from 24); Green value is 7 (3.12% from 255 or 29.17% from 24); Blue value is 11 (4.69% from 255 or 45.83% from 24); Max value from RGB is 11 - color contains mainly: blue. Hex color #06070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06070B is #F9F8F4. Grayscale: #070707. Windows color (decimal): -16382197 or 722694. OLE color: 722694.

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

Color convert

RGB 6 7 11 -
CMYK 0.45 0.36 0 0.96
HSL 228º 0.29% 0.03% -
HSV(B) 228º 0.45% 0.04% -
XYZ 0.21 0.21 0.35 -
YUV 7.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 6 7 11 0.45 0.36 0 0.96 228 0.29 0.03
Hex 6 7 B 2D 24 0 60 E4 1D 3
Octal 6 7 13 55 44 0 140 344 35 3
Binary 110 111 1011 101101 100100 0 1100000 11100100 11101 11

Color Harmonies of #06070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06070B

Black with #06070B

Text Example


Text Example

White with #06070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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