Html Css Color HEX #0A0E13 Black Pearl

📋 copy color: '#0A0E13'

red 10 ◦ green 14 ◦ blue 19

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

Shades of Black Pearl #0A0E13

Tints of Black Pearl #0A0E13

RGB

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

 GREEN value IS 14 (5.86% from 255) = 32.56%

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

R = 23.26%
G = 32.56%
B = 44.19%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0A0E13 (or 0x0A0E13) is known color: Black Pearl. HEX triplet: 0A, 0E and 13. RGB value is (10,14,19). Sum of RGB (Red+Green+Blue) = 10+14+19=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 19 - color contains mainly: blue. Hex color #0A0E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0E13 is #F5F1EC. Grayscale: #0D0D0D. Windows color (decimal): -16118253 or 1248778. OLE color: 1248778.

HSL color Cylindrical-coordinate representation of color #0A0E13: hue angle of 213.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 #0A0E13 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 14 19 -
CMYK 0.47 0.26 0 0.93
HSL 213.33º 0.31% 0.06% -
HSV(B) 213.33º 0.47% 0.07% -
XYZ 0.4 0.43 0.68 -
YUV 13.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 10 14 19 0.47 0.26 0 0.93 213.33 0.31 0.06
Hex A E 13 2F 1A 0 5D D5 1F 6
Octal 12 16 23 57 32 0 135 325 37 6
Binary 1010 1110 10011 101111 11010 0 1011101 11010101 11111 110

Color Harmonies of #0A0E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0E13

Black with #0A0E13

Text Example


Text Example

White with #0A0E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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