Html Css Color HEX #0A1426 Black Russian

📋 copy color: '#0A1426'

red 10 ◦ green 20 ◦ blue 38

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

Shades of Black Russian #0A1426

Tints of Black Russian #0A1426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 29.41%

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

R = 14.71%
G = 29.41%
B = 55.88%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0A1426 (or 0x0A1426) is known color: Black Russian. HEX triplet: 0A, 14 and 26. RGB value is (10,20,38). Sum of RGB (Red+Green+Blue) = 10+20+38=68 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.71% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 38 (15.23% from 255 or 55.88% from 68); Max value from RGB is 38 - color contains mainly: blue. Hex color #0A1426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1426 is #F5EBD9. Grayscale: #121212. Windows color (decimal): -16116698 or 2495498. OLE color: 2495498.

HSL color Cylindrical-coordinate representation of color #0A1426: hue angle of 218.57º 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 #0A1426 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 20 38 -
CMYK 0.74 0.47 0 0.85
HSL 218.57º 0.58% 0.09% -
HSV(B) 218.57º 0.74% 0.15% -
XYZ 0.73 0.7 1.93 -
YUV 19.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 10 20 38 0.74 0.47 0 0.85 218.57 0.58 0.09
Hex A 14 26 4A 2F 0 55 DB 3A 9
Octal 12 24 46 112 57 0 125 333 72 11
Binary 1010 10100 100110 1001010 101111 0 1010101 11011011 111010 1001

Color Harmonies of #0A1426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1426

Black with #0A1426

Text Example


Text Example

White with #0A1426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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