#010C22

Color #010C22 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #010C22

Tints of Black Russian #010C22

Color information

#010C22 (or 0x010C22) is unknown color: approx Black Russian. HEX triplet: 01, 0C and 22. RGB value is (1,12,34). Sum of RGB (Red+Green+Blue) = 1+12+34=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 34 (13.67% from 255 or 72.34% from 47); Max value from RGB is 34 - color contains mainly: blue. Hex color #010C22 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C22 is #FEF3DD. Grayscale: #0B0B0B. Windows color (decimal): -16708574 or 2231297. OLE color: 2231297.

HSL color Cylindrical-coordinate representation of color #010C22: hue angle of 220º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010C22 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB11234-
CMYK0.970.6500.87
HSL220º94.29%6.86%-
HSV(B)220º97.06%13.33%-
XYZ0.430.381.56-
YUV11.22140.86120.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 12 (5.08% from 255) = 25.53%
BLUE value IS 34 (13.67% from 255) = 72.34%
R=2.13%
G=25.53%
B=72.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal112340.970.6500.8722094.296.86
Hex1C226141057dc5e7
Octal1144214110101273341367
Binary111001000101100001100000101010111110111001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010C22; }

 p { color: rgb(1,12,34); }

 H1.HeaderClassName
 {
   color: #010C22;
 }
 .AnyTagClassName
 {
   color: #010C22;
 }
</style>
background-color css

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

 a { background-color: rgb(1,12,34); }

 div.DivClassName
 {
   background-color: #010C22;
 }
 .BgClassName
 {
   background-color: #010C22;
 }
</style>
border-color css

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

 span { border-color: rgb(1,12,34); }

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