Html Css Color HEX #0A1415 Black Pearl

📋 copy color: '#0A1415'

red 10 ◦ green 20 ◦ blue 21

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

Shades of Black Pearl #0A1415

Tints of Black Pearl #0A1415

RGB

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

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

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

R = 19.61%
G = 39.22%
B = 41.18%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0A1415 (or 0x0A1415) is known color: Black Pearl. HEX triplet: 0A, 14 and 15. RGB value is (10,20,21). Sum of RGB (Red+Green+Blue) = 10+20+21=51 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.61% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A1415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1415 is #F5EBEA. Grayscale: #111111. Windows color (decimal): -16116715 or 1381386. OLE color: 1381386.

HSL color Cylindrical-coordinate representation of color #0A1415: hue angle of 185.45º 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 #0A1415 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 20 21 -
CMYK 0.52 0.05 0 0.92
HSL 185.45º 0.35% 0.06% -
HSV(B) 185.45º 0.52% 0.08% -
XYZ 0.51 0.62 0.8 -
YUV 17.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 10 20 21 0.52 0.05 0 0.92 185.45 0.35 0.06
Hex A 14 15 34 5 0 5C B9 23 6
Octal 12 24 25 64 5 0 134 271 43 6
Binary 1010 10100 10101 110100 101 0 1011100 10111001 100011 110

Color Harmonies of #0A1415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1415

Black with #0A1415

Text Example


Text Example

White with #0A1415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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