Html Css Color HEX #060B14 Black Russian

📋 copy color: '#060B14'

red 6 ◦ green 11 ◦ blue 20

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

Shades of Black Russian #060B14

Tints of Black Russian #060B14

RGB

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

 GREEN value IS 11 (4.69% from 255) = 29.73%

 BLUE value IS 20 (8.2% from 255) = 54.05%

R = 16.22%
G = 29.73%
B = 54.05%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#060B14 (or 0x060B14) is known color: Black Russian. HEX triplet: 06, 0B and 14. RGB value is (6,11,20). Sum of RGB (Red+Green+Blue) = 6+11+20=37 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.22% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #060B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060B14 is #F9F4EB. Grayscale: #0A0A0A. Windows color (decimal): -16381164 or 1313542. OLE color: 1313542.

HSL color Cylindrical-coordinate representation of color #060B14: hue angle of 218.57º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #060B14 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 6 11 20 -
CMYK 0.70 0.45 0 0.92
HSL 218.57º 0.54% 0.05% -
HSV(B) 218.57º 0.7% 0.08% -
XYZ 0.32 0.33 0.71 -
YUV 10.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 6 11 20 0.70 0.45 0 0.92 218.57 0.54 0.05
Hex 6 B 14 46 2D 0 5C DB 36 5
Octal 6 13 24 106 55 0 134 333 66 5
Binary 110 1011 10100 1000110 101101 0 1011100 11011011 110110 101

Color Harmonies of #060B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060B14

Black with #060B14

Text Example


Text Example

White with #060B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060B14; }

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

 H1.HeaderClassName
 {
   color: #060B14;
 }
 .AnyTagClassName
 {
   color: #060B14;
 }
</style>

background-color css

<style>
 a { background-color: #060B14; }

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

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

border-color css

<style>
 span { border-color: #060B14; }

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

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