Html Css Color HEX #0A0E14 Black Pearl

📋 copy color: '#0A0E14'

red 10 ◦ green 14 ◦ blue 20

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

Shades of Black Pearl #0A0E14

Tints of Black Pearl #0A0E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 45.45%

R = 22.73%
G = 31.82%
B = 45.45%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0A0E14 (or 0x0A0E14) is known color: Black Pearl. HEX triplet: 0A, 0E and 14. RGB value is (10,14,20). Sum of RGB (Red+Green+Blue) = 10+14+20=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 14 (5.86% from 255 or 31.82% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #0A0E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0E14 is #F5F1EB. Grayscale: #0D0D0D. Windows color (decimal): -16118252 or 1314314. OLE color: 1314314.

HSL color Cylindrical-coordinate representation of color #0A0E14: hue angle of 216º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A0E14 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 14 20 -
CMYK 0.50 0.30 0 0.92
HSL 216º 0.33% 0.06% -
HSV(B) 216º 0.5% 0.08% -
XYZ 0.41 0.43 0.72 -
YUV 13.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 10 14 20 0.50 0.30 0 0.92 216 0.33 0.06
Hex A E 14 32 1E 0 5C D8 21 6
Octal 12 16 24 62 36 0 134 330 41 6
Binary 1010 1110 10100 110010 11110 0 1011100 11011000 100001 110

Color Harmonies of #0A0E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0E14

Black with #0A0E14

Text Example


Text Example

White with #0A0E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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