Html Css Color HEX #000A19 Black Pearl

📋 copy color: '#000A19'

red 0 ◦ green 10 ◦ blue 25

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

Shades of Black Pearl #000A19

Tints of Black Pearl #000A19

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 10 (4.3% from 255) = 28.57%

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

R = 0%
G = 28.57%
B = 71.43%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#000A19 (or 0x000A19) is known color: Black Pearl. HEX triplet: 00, 0A and 19. RGB value is (0,10,25). Sum of RGB (Red+Green+Blue) = 0+10+25=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 10 (4.30% from 255 or 28.57% from 35); Blue value is 25 (10.16% from 255 or 71.43% from 35); Max value from RGB is 25 - color contains mainly: blue. Hex color #000A19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000A19 is #FFF5E6. Grayscale: #080808. Windows color (decimal): -16774631 or 1640960. OLE color: 1640960.

HSL color Cylindrical-coordinate representation of color #000A19: hue angle of 216º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A19 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 0 10 25 -
CMYK 1 0.60 0 0.90
HSL 216º 1% 0.05% -
HSV(B) 216º 1% 0.1% -
XYZ 0.28 0.29 0.96 -
YUV 8.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 0 10 25 1 0.60 0 0.90 216 1 0.05
Hex 0 A 19 64 3C 0 5A D8 64 5
Octal 0 12 31 144 74 0 132 330 144 5
Binary 0 1010 11001 1100100 111100 0 1011010 11011000 1100100 101

Color Harmonies of #000A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000A19

Black with #000A19

Text Example


Text Example

White with #000A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000A19; }

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

 H1.HeaderClassName
 {
   color: #000A19;
 }
 .AnyTagClassName
 {
   color: #000A19;
 }
</style>

background-color css

<style>
 a { background-color: #000A19; }

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

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

border-color css

<style>
 span { border-color: #000A19; }

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

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