Html Css Color HEX #060E1F Black Russian

📋 copy color: '#060E1F'

red 6 ◦ green 14 ◦ blue 31

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

Shades of Black Russian #060E1F

Tints of Black Russian #060E1F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 27.45%

 BLUE value IS 31 (12.5% from 255) = 60.78%

R = 11.76%
G = 27.45%
B = 60.78%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#060E1F (or 0x060E1F) is known color: Black Russian. HEX triplet: 06, 0E and 1F. RGB value is (6,14,31). Sum of RGB (Red+Green+Blue) = 6+14+31=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #060E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E1F is #F9F1E0. Grayscale: #0D0D0D. Windows color (decimal): -16380385 or 2035206. OLE color: 2035206.

HSL color Cylindrical-coordinate representation of color #060E1F: hue angle of 220.8º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #060E1F is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 14 31 -
CMYK 0.81 0.55 0 0.88
HSL 220.8º 0.68% 0.07% -
HSV(B) 220.8º 0.81% 0.12% -
XYZ 0.48 0.45 1.36 -
YUV 13.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 6 14 31 0.81 0.55 0 0.88 220.8 0.68 0.07
Hex 6 E 1F 51 37 0 58 DD 44 7
Octal 6 16 37 121 67 0 130 335 104 7
Binary 110 1110 11111 1010001 110111 0 1011000 11011101 1000100 111

Color Harmonies of #060E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060E1F

Black with #060E1F

Text Example


Text Example

White with #060E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,14,31); }

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

background-color css

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

 a { background-color: rgb(6,14,31); }

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

border-color css

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

 span { border-color: rgb(6,14,31); }

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