Html Css Color HEX #060C1F Black Russian

📋 copy color: '#060C1F'

red 6 ◦ green 12 ◦ blue 31

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

Shades of Black Russian #060C1F

Tints of Black Russian #060C1F

RGB

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

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

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

R = 12.24%
G = 24.49%
B = 63.27%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#060C1F (or 0x060C1F) is known color: Black Russian. HEX triplet: 06, 0C and 1F. RGB value is (6,12,31). Sum of RGB (Red+Green+Blue) = 6+12+31=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #060C1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060C1F is #F9F3E0. Grayscale: #0C0C0C. Windows color (decimal): -16380897 or 2034694. OLE color: 2034694.

HSL color Cylindrical-coordinate representation of color #060C1F: hue angle of 225.6º 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 #060C1F is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 12 31 -
CMYK 0.81 0.61 0 0.88
HSL 225.6º 0.68% 0.07% -
HSV(B) 225.6º 0.81% 0.12% -
XYZ 0.45 0.4 1.35 -
YUV 12.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 6 12 31 0.81 0.61 0 0.88 225.6 0.68 0.07
Hex 6 C 1F 51 3D 0 58 E2 44 7
Octal 6 14 37 121 75 0 130 342 104 7
Binary 110 1100 11111 1010001 111101 0 1011000 11100010 1000100 111

Color Harmonies of #060C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C1F

Black with #060C1F

Text Example


Text Example

White with #060C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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