#010926

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

Shades of Black Russian #010926

Tints of Black Russian #010926

Color information

#010926 (or 0x010926) is unknown color: approx Black Russian. HEX triplet: 01, 09 and 26. RGB value is (1,9,38). Sum of RGB (Red+Green+Blue) = 1+9+38=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 38 (15.23% from 255 or 79.17% from 48); Max value from RGB is 38 - color contains mainly: blue. Hex color #010926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010926 is #FEF6D9. Grayscale: #090909. Windows color (decimal): -16709338 or 2492673. OLE color: 2492673.

HSL color Cylindrical-coordinate representation of color #010926: hue angle of 227.03º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010926 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB1938-
CMYK0.970.7600.85
HSL227.03º94.87%7.65%-
HSV(B)227.03º97.37%14.9%-
XYZ0.460.341.88-
YUV9.91143.85121.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.08%
GREEN value IS 9 (3.91% from 255) = 18.75%
BLUE value IS 38 (15.23% from 255) = 79.17%
R=2.08%
G=18.75%
B=79.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal19380.970.7600.85227.0394.877.65
Hex1926614C055e35f8
Octal11146141114012534313710
Binary1100110011011000011001100010101011110001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010926; }

 p { color: rgb(1,9,38); }

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

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

 a { background-color: rgb(1,9,38); }

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

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

 span { border-color: rgb(1,9,38); }

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