Html Css Color HEX #0A1215 Black Pearl

📋 copy color: '#0A1215'

red 10 ◦ green 18 ◦ blue 21

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

Shades of Black Pearl #0A1215

Tints of Black Pearl #0A1215

RGB

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

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

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

R = 20.41%
G = 36.73%
B = 42.86%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0A1215 (or 0x0A1215) is known color: Black Pearl. HEX triplet: 0A, 12 and 15. RGB value is (10,18,21). Sum of RGB (Red+Green+Blue) = 10+18+21=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A1215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1215 is #F5EDEA. Grayscale: #0F0F0F. Windows color (decimal): -16117227 or 1380874. OLE color: 1380874.

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

Color convert

RGB 10 18 21 -
CMYK 0.52 0.14 0 0.92
HSL 196.36º 0.35% 0.06% -
HSV(B) 196.36º 0.52% 0.08% -
XYZ 0.48 0.55 0.79 -
YUV 15.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 10 18 21 0.52 0.14 0 0.92 196.36 0.35 0.06
Hex A 12 15 34 E 0 5C C4 23 6
Octal 12 22 25 64 16 0 134 304 43 6
Binary 1010 10010 10101 110100 1110 0 1011100 11000100 100011 110

Color Harmonies of #0A1215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1215

Black with #0A1215

Text Example


Text Example

White with #0A1215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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