Html Css Color HEX #010A19 Black Pearl

📋 copy color: '#010A19'

red 1 ◦ green 10 ◦ blue 25

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

Shades of Black Pearl #010A19

Tints of Black Pearl #010A19

RGB

 RED value IS 1 (0.78% from 255) = 2.78%

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

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

R = 2.78%
G = 27.78%
B = 69.44%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#010A19 (or 0x010A19) is known color: Black Pearl. HEX triplet: 01, 0A and 19. RGB value is (1,10,25). Sum of RGB (Red+Green+Blue) = 1+10+25=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 25 (10.16% from 255 or 69.44% from 36); Max value from RGB is 25 - color contains mainly: blue. Hex color #010A19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A19 is #FEF5E6. Grayscale: #080808. Windows color (decimal): -16709095 or 1640961. OLE color: 1640961.

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

Color convert

RGB 1 10 25 -
CMYK 0.96 0.60 0 0.90
HSL 217.5º 0.92% 0.05% -
HSV(B) 217.5º 0.96% 0.1% -
XYZ 0.3 0.29 0.96 -
YUV 9.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 1 10 25 0.96 0.60 0 0.90 217.5 0.92 0.05
Hex 1 A 19 60 3C 0 5A DA 5C 5
Octal 1 12 31 140 74 0 132 332 134 5
Binary 1 1010 11001 1100000 111100 0 1011010 11011010 1011100 101

Color Harmonies of #010A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A19

Black with #010A19

Text Example


Text Example

White with #010A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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