Html Css Color HEX #060414 Black Russian

📋 copy color: '#060414'

red 6 ◦ green 4 ◦ blue 20

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

Shades of Black Russian #060414

Tints of Black Russian #060414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 13.33%

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

R = 20%
G = 13.33%
B = 66.67%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#060414 (or 0x060414) is known color: Black Russian. HEX triplet: 06, 04 and 14. RGB value is (6,4,20). Sum of RGB (Red+Green+Blue) = 6+4+20=30 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 20 (8.20% from 255 or 66.67% from 30); Max value from RGB is 20 - color contains mainly: blue. Hex color #060414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060414 is #F9FBEB. Grayscale: #060606. Windows color (decimal): -16382956 or 1311750. OLE color: 1311750.

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

Color convert

RGB 6 4 20 -
CMYK 0.70 0.80 0 0.92
HSL 247.5º 0.67% 0.05% -
HSV(B) 247.5º 0.8% 0.08% -
XYZ 0.24 0.18 0.68 -
YUV 6.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 6 4 20 0.70 0.80 0 0.92 247.5 0.67 0.05
Hex 6 4 14 46 50 0 5C F8 43 5
Octal 6 4 24 106 120 0 134 370 103 5
Binary 110 100 10100 1000110 1010000 0 1011100 11111000 1000011 101

Color Harmonies of #060414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060414

Black with #060414

Text Example


Text Example

White with #060414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060414; }

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

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

background-color css

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

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

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

border-color css

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

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

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