Html Css Color HEX #0A1019 Black Pearl

📋 copy color: '#0A1019'

red 10 ◦ green 16 ◦ blue 25

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

Shades of Black Pearl #0A1019

Tints of Black Pearl #0A1019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 31.37%

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

R = 19.61%
G = 31.37%
B = 49.02%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0A1019 (or 0x0A1019) is known color: Black Pearl. HEX triplet: 0A, 10 and 19. RGB value is (10,16,25). Sum of RGB (Red+Green+Blue) = 10+16+25=51 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.61% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #0A1019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1019 is #F5EFE6. Grayscale: #0F0F0F. Windows color (decimal): -16117735 or 1642506. OLE color: 1642506.

HSL color Cylindrical-coordinate representation of color #0A1019: hue angle of 216º 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 #0A1019 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 10 16 25 -
CMYK 0.60 0.36 0 0.90
HSL 216º 0.43% 0.07% -
HSV(B) 216º 0.6% 0.1% -
XYZ 0.49 0.51 0.99 -
YUV 15.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 10 16 25 0.60 0.36 0 0.90 216 0.43 0.07
Hex A 10 19 3C 24 0 5A D8 2B 7
Octal 12 20 31 74 44 0 132 330 53 7
Binary 1010 10000 11001 111100 100100 0 1011010 11011000 101011 111

Color Harmonies of #0A1019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1019

Black with #0A1019

Text Example


Text Example

White with #0A1019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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