Html Css Color HEX #0A1226 Black Russian

📋 copy color: '#0A1226'

red 10 ◦ green 18 ◦ blue 38

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

Shades of Black Russian #0A1226

Tints of Black Russian #0A1226

RGB

 RED value IS 10 (4.3% from 255) = 15.15%

 GREEN value IS 18 (7.42% from 255) = 27.27%

 BLUE value IS 38 (15.23% from 255) = 57.58%

R = 15.15%
G = 27.27%
B = 57.58%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0A1226 (or 0x0A1226) is known color: Black Russian. HEX triplet: 0A, 12 and 26. RGB value is (10,18,38). Sum of RGB (Red+Green+Blue) = 10+18+38=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #0A1226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1226 is #F5EDD9. Grayscale: #111111. Windows color (decimal): -16117210 or 2494986. OLE color: 2494986.

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

Color convert

RGB 10 18 38 -
CMYK 0.74 0.53 0 0.85
HSL 222.86º 0.58% 0.09% -
HSV(B) 222.86º 0.74% 0.15% -
XYZ 0.69 0.64 1.92 -
YUV 17.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 10 18 38 0.74 0.53 0 0.85 222.86 0.58 0.09
Hex A 12 26 4A 35 0 55 DF 3A 9
Octal 12 22 46 112 65 0 125 337 72 11
Binary 1010 10010 100110 1001010 110101 0 1010101 11011111 111010 1001

Color Harmonies of #0A1226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1226

Black with #0A1226

Text Example


Text Example

White with #0A1226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A1226;
 }
 .AnyTagClassName
 {
   color: #0A1226;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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