Html Css Color HEX #001A20 Black Pearl

📋 copy color: '#001A20'

red 0 ◦ green 26 ◦ blue 32

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

Shades of Black Pearl #001A20

Tints of Black Pearl #001A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 44.83%

 BLUE value IS 32 (12.89% from 255) = 55.17%

R = 0%
G = 44.83%
B = 55.17%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#001A20 (or 0x001A20) is known color: Black Pearl. HEX triplet: 00, 1A and 20. RGB value is (0,26,32). Sum of RGB (Red+Green+Blue) = 0+26+32=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #001A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A20 is #FFE5DF. Grayscale: #121212. Windows color (decimal): -16770528 or 2103808. OLE color: 2103808.

HSL color Cylindrical-coordinate representation of color #001A20: hue angle of 191.25º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A20 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 26 32 -
CMYK 1 0.19 0 0.87
HSL 191.25º 1% 0.06% -
HSV(B) 191.25º 1% 0.13% -
XYZ 0.63 0.84 1.5 -
YUV 18.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 0 26 32 1 0.19 0 0.87 191.25 1 0.06
Hex 0 1A 20 64 13 0 57 BF 64 6
Octal 0 32 40 144 23 0 127 277 144 6
Binary 0 11010 100000 1100100 10011 0 1010111 10111111 1100100 110

Color Harmonies of #001A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001A20

Black with #001A20

Text Example


Text Example

White with #001A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001A20; }

 p { color: rgb(0,26,32); }

 H1.HeaderClassName
 {
   color: #001A20;
 }
 .AnyTagClassName
 {
   color: #001A20;
 }
</style>

background-color css

<style>
 a { background-color: #001A20; }

 a { background-color: rgb(0,26,32); }

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

border-color css

<style>
 span { border-color: #001A20; }

 span { border-color: rgb(0,26,32); }

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