Html Css Color HEX #060C1B Black Russian

📋 copy color: '#060C1B'

red 6 ◦ green 12 ◦ blue 27

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

Shades of Black Russian #060C1B

Tints of Black Russian #060C1B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 26.67%

 BLUE value IS 27 (10.94% from 255) = 60%

R = 13.33%
G = 26.67%
B = 60%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#060C1B (or 0x060C1B) is known color: Black Russian. HEX triplet: 06, 0C and 1B. RGB value is (6,12,27). Sum of RGB (Red+Green+Blue) = 6+12+27=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 27 (10.94% from 255 or 60% from 45); Max value from RGB is 27 - color contains mainly: blue. Hex color #060C1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C1B is #F9F3E4. Grayscale: #0B0B0B. Windows color (decimal): -16380901 or 1772550. OLE color: 1772550.

HSL color Cylindrical-coordinate representation of color #060C1B: hue angle of 222.86º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #060C1B is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 6 12 27 -
CMYK 0.78 0.56 0 0.89
HSL 222.86º 0.64% 0.06% -
HSV(B) 222.86º 0.78% 0.11% -
XYZ 0.4 0.38 1.09 -
YUV 11.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 6 12 27 0.78 0.56 0 0.89 222.86 0.64 0.06
Hex 6 C 1B 4E 38 0 59 DF 40 6
Octal 6 14 33 116 70 0 131 337 100 6
Binary 110 1100 11011 1001110 111000 0 1011001 11011111 1000000 110

Color Harmonies of #060C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C1B

Black with #060C1B

Text Example


Text Example

White with #060C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,12,27); }

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

background-color css

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

 a { background-color: rgb(6,12,27); }

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

border-color css

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

 span { border-color: rgb(6,12,27); }

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