#001A32

Color #001A32 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #001A32

Tints of Black Pearl #001A32

Color information

#001A32 (or 0x001A32) is unknown color: approx Black Pearl. HEX triplet: 00, 1A and 32. RGB value is (0,26,50). Sum of RGB (Red+Green+Blue) = 0+26+50=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #001A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A32 is #FFE5CD. Grayscale: #141414. Windows color (decimal): -16770510 or 3283456. OLE color: 3283456.

HSL color Cylindrical-coordinate representation of color #001A32: hue angle of 208.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A32 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB02650-
CMYK10.4800.80
HSL208.8º100%9.8%-
HSV(B)208.8º100%19.61%-
XYZ0.950.973.15-
YUV20.96144.39113.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 34.21%
BLUE value IS 50 (19.92% from 255) = 65.79%
R=0%
G=34.21%
B=65.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0265010.4800.80208.81009.8
Hex01A326430050d164a
Octal0326214460012032114412
Binary0110101100101100100110000010100001101000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #001A32;
 }
 .AnyTagClassName
 {
   color: #001A32;
 }
</style>
background-color css

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

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

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

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

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

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