Html Css Color HEX #0A1113 Black Pearl

📋 copy color: '#0A1113'

red 10 ◦ green 17 ◦ blue 19

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

Shades of Black Pearl #0A1113

Tints of Black Pearl #0A1113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 41.3%

R = 21.74%
G = 36.96%
B = 41.3%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0A1113 (or 0x0A1113) is known color: Black Pearl. HEX triplet: 0A, 11 and 13. RGB value is (10,17,19). Sum of RGB (Red+Green+Blue) = 10+17+19=46 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.74% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 19 - color contains mainly: blue. Hex color #0A1113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1113 is #F5EEEC. Grayscale: #0F0F0F. Windows color (decimal): -16117485 or 1249546. OLE color: 1249546.

HSL color Cylindrical-coordinate representation of color #0A1113: hue angle of 193.33º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0A1113 is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 17 19 -
CMYK 0.47 0.11 0 0.93
HSL 193.33º 0.31% 0.06% -
HSV(B) 193.33º 0.47% 0.07% -
XYZ 0.44 0.51 0.69 -
YUV 15.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 10 17 19 0.47 0.11 0 0.93 193.33 0.31 0.06
Hex A 11 13 2F B 0 5D C1 1F 6
Octal 12 21 23 57 13 0 135 301 37 6
Binary 1010 10001 10011 101111 1011 0 1011101 11000001 11111 110

Color Harmonies of #0A1113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1113

Black with #0A1113

Text Example


Text Example

White with #0A1113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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