Html Css Color HEX #0A0715 Black Russian

📋 copy color: '#0A0715'

red 10 ◦ green 7 ◦ blue 21

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

Shades of Black Russian #0A0715

Tints of Black Russian #0A0715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 18.42%

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

R = 26.32%
G = 18.42%
B = 55.26%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0A0715 (or 0x0A0715) is known color: Black Russian. HEX triplet: 0A, 07 and 15. RGB value is (10,7,21). Sum of RGB (Red+Green+Blue) = 10+7+21=38 (5% of max value = 765). Red value is 10 (4.30% from 255 or 26.32% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 21 (8.59% from 255 or 55.26% from 38); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A0715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0715 is #F5F8EA. Grayscale: #090909. Windows color (decimal): -16120043 or 1378058. OLE color: 1378058.

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

Color convert

RGB 10 7 21 -
CMYK 0.52 0.67 0 0.92
HSL 252.86º 0.5% 0.05% -
HSV(B) 252.86º 0.67% 0.08% -
XYZ 0.34 0.27 0.74 -
YUV 9.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 10 7 21 0.52 0.67 0 0.92 252.86 0.5 0.05
Hex A 7 15 34 43 0 5C FD 32 5
Octal 12 7 25 64 103 0 134 375 62 5
Binary 1010 111 10101 110100 1000011 0 1011100 11111101 110010 101

Color Harmonies of #0A0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0715

Black with #0A0715

Text Example


Text Example

White with #0A0715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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