Html Css Color HEX #060514 Black Russian

📋 copy color: '#060514'

red 6 ◦ green 5 ◦ blue 20

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

Shades of Black Russian #060514

Tints of Black Russian #060514

RGB

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

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

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

R = 19.35%
G = 16.13%
B = 64.52%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#060514 (or 0x060514) is known color: Black Russian. HEX triplet: 06, 05 and 14. RGB value is (6,5,20). Sum of RGB (Red+Green+Blue) = 6+5+20=31 (4% of max value = 765). Red value is 6 (2.73% from 255 or 19.35% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 20 (8.20% from 255 or 64.52% from 31); Max value from RGB is 20 - color contains mainly: blue. Hex color #060514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060514 is #F9FAEB. Grayscale: #060606. Windows color (decimal): -16382700 or 1312006. OLE color: 1312006.

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

Color convert

RGB 6 5 20 -
CMYK 0.70 0.75 0 0.92
HSL 244º 0.6% 0.05% -
HSV(B) 244º 0.75% 0.08% -
XYZ 0.26 0.2 0.69 -
YUV 7.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 6 5 20 0.70 0.75 0 0.92 244 0.6 0.05
Hex 6 5 14 46 4B 0 5C F4 3C 5
Octal 6 5 24 106 113 0 134 364 74 5
Binary 110 101 10100 1000110 1001011 0 1011100 11110100 111100 101

Color Harmonies of #060514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060514

Black with #060514

Text Example


Text Example

White with #060514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060514; }

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

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

background-color css

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

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

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

border-color css

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

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

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