#0A0236

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

Shades of Black Russian #0A0236

Tints of Black Russian #0A0236

Color information

#0A0236 (or 0x0A0236) is unknown color: approx Black Russian. HEX triplet: 0A, 02 and 36. RGB value is (10,2,54). Sum of RGB (Red+Green+Blue) = 10+2+54=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 54 (21.48% from 255 or 81.82% from 66); Max value from RGB is 54 - color contains mainly: blue. Hex color #0A0236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0236 is #F5FDC9. Grayscale: #0A0A0A. Windows color (decimal): -16121290 or 3539466. OLE color: 3539466.

HSL color Cylindrical-coordinate representation of color #0A0236: hue angle of 249.23º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0236 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB10254-
CMYK0.810.9600.79
HSL249.23º92.86%10.98%-
HSV(B)249.23º96.3%21.18%-
XYZ0.810.373.52-
YUV10.32152.65127.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.15%
GREEN value IS 2 (1.17% from 255) = 3.03%
BLUE value IS 54 (21.48% from 255) = 81.82%
R=15.15%
G=3.03%
B=81.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal102540.810.9600.79249.2392.8610.98
HexA236516004Ff95db
Octal12266121140011737113513
Binary10101011011010100011100000010011111111100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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