Html Css Color HEX #0A1519 Black Pearl

📋 copy color: '#0A1519'

red 10 ◦ green 21 ◦ blue 25

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

Shades of Black Pearl #0A1519

Tints of Black Pearl #0A1519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 37.5%

 BLUE value IS 25 (10.16% from 255) = 44.64%

R = 17.86%
G = 37.5%
B = 44.64%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0A1519 (or 0x0A1519) is known color: Black Pearl. HEX triplet: 0A, 15 and 19. RGB value is (10,21,25). Sum of RGB (Red+Green+Blue) = 10+21+25=56 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.86% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 25 - color contains mainly: blue. Hex color #0A1519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1519 is #F5EAE6. Grayscale: #121212. Windows color (decimal): -16116455 or 1643786. OLE color: 1643786.

HSL color Cylindrical-coordinate representation of color #0A1519: hue angle of 196º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0A1519 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 10 21 25 -
CMYK 0.60 0.16 0 0.90
HSL 196º 0.43% 0.07% -
HSV(B) 196º 0.6% 0.1% -
XYZ 0.57 0.67 1.02 -
YUV 18.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 10 21 25 0.60 0.16 0 0.90 196 0.43 0.07
Hex A 15 19 3C 10 0 5A C4 2B 7
Octal 12 25 31 74 20 0 132 304 53 7
Binary 1010 10101 11001 111100 10000 0 1011010 11000100 101011 111

Color Harmonies of #0A1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1519

Black with #0A1519

Text Example


Text Example

White with #0A1519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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