#0A0226

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

Shades of Black Russian #0A0226

Tints of Black Russian #0A0226

Color information

#0A0226 (or 0x0A0226) is unknown color: approx Black Russian. HEX triplet: 0A, 02 and 26. RGB value is (10,2,38). Sum of RGB (Red+Green+Blue) = 10+2+38=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 38 (15.23% from 255 or 76% from 50); Max value from RGB is 38 - color contains mainly: blue. Hex color #0A0226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0226 is #F5FDD9. Grayscale: #080808. Windows color (decimal): -16121306 or 2490890. OLE color: 2490890.

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

Color convert

RGB10238-
CMYK0.740.9500.85
HSL253.33º90%7.84%-
HSV(B)253.33º94.74%14.9%-
XYZ0.50.251.86-
YUV8.5144.65129.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20%
GREEN value IS 2 (1.17% from 255) = 4%
BLUE value IS 38 (15.23% from 255) = 76%
R=20%
G=4%
B=76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal102380.740.9500.85253.33907.84
HexA2264A5F055fd5a8
Octal12246112137012537513210
Binary10101010011010010101011111010101011111110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0226; }

 p { color: rgb(10,2,38); }

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

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

 a { background-color: rgb(10,2,38); }

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

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

 span { border-color: rgb(10,2,38); }

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