Html Css Color HEX #0A1115 Black Pearl

📋 copy color: '#0A1115'

red 10 ◦ green 17 ◦ blue 21

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

Shades of Black Pearl #0A1115

Tints of Black Pearl #0A1115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 35.42%

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

R = 20.83%
G = 35.42%
B = 43.75%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0A1115 (or 0x0A1115) is known color: Black Pearl. HEX triplet: 0A, 11 and 15. RGB value is (10,17,21). Sum of RGB (Red+Green+Blue) = 10+17+21=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 21 (8.59% from 255 or 43.75% from 48); Max value from RGB is 21 - color contains mainly: blue. Hex color #0A1115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1115 is #F5EEEA. Grayscale: #0F0F0F. Windows color (decimal): -16117483 or 1380618. OLE color: 1380618.

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

Color convert

RGB 10 17 21 -
CMYK 0.52 0.19 0 0.92
HSL 201.82º 0.35% 0.06% -
HSV(B) 201.82º 0.52% 0.08% -
XYZ 0.46 0.52 0.79 -
YUV 15.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 10 17 21 0.52 0.19 0 0.92 201.82 0.35 0.06
Hex A 11 15 34 13 0 5C CA 23 6
Octal 12 21 25 64 23 0 134 312 43 6
Binary 1010 10001 10101 110100 10011 0 1011100 11001010 100011 110

Color Harmonies of #0A1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1115

Black with #0A1115

Text Example


Text Example

White with #0A1115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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