Html Css Color HEX #0A0E15 Black Russian

📋 copy color: '#0A0E15'

red 10 ◦ green 14 ◦ blue 21

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

Shades of Black Russian #0A0E15

Tints of Black Russian #0A0E15

RGB

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

 GREEN value IS 14 (5.86% from 255) = 31.11%

 BLUE value IS 21 (8.59% from 255) = 46.67%

R = 22.22%
G = 31.11%
B = 46.67%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0A0E15 (or 0x0A0E15) is known color: Black Russian. HEX triplet: 0A, 0E and 15. RGB value is (10,14,21). Sum of RGB (Red+Green+Blue) = 10+14+21=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A0E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0E15 is #F5F1EA. Grayscale: #0D0D0D. Windows color (decimal): -16118251 or 1379850. OLE color: 1379850.

HSL color Cylindrical-coordinate representation of color #0A0E15: hue angle of 218.18º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0A0E15 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 14 21 -
CMYK 0.52 0.33 0 0.92
HSL 218.18º 0.35% 0.06% -
HSV(B) 218.18º 0.52% 0.08% -
XYZ 0.42 0.43 0.77 -
YUV 13.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 10 14 21 0.52 0.33 0 0.92 218.18 0.35 0.06
Hex A E 15 34 21 0 5C DA 23 6
Octal 12 16 25 64 41 0 134 332 43 6
Binary 1010 1110 10101 110100 100001 0 1011100 11011010 100011 110

Color Harmonies of #0A0E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0E15

Black with #0A0E15

Text Example


Text Example

White with #0A0E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,14,21); }

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

background-color css

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

 a { background-color: rgb(10,14,21); }

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

border-color css

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

 span { border-color: rgb(10,14,21); }

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