#001A30

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

Shades of Black Pearl #001A30

Tints of Black Pearl #001A30

Color information

#001A30 (or 0x001A30) is unknown color: approx Black Pearl. HEX triplet: 00, 1A and 30. RGB value is (0,26,48). Sum of RGB (Red+Green+Blue) = 0+26+48=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #001A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A30 is #FFE5CF. Grayscale: #141414. Windows color (decimal): -16770512 or 3152384. OLE color: 3152384.

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

Color convert

RGB02648-
CMYK10.4600.81
HSL207.5º100%9.41%-
HSV(B)207.5º100%18.82%-
XYZ0.90.952.93-
YUV20.73143.39113.21-

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) = 35.14%
BLUE value IS 48 (19.14% from 255) = 64.86%
R=0%
G=35.14%
B=64.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0264810.4600.81207.51009.41
Hex01A30642E051d0649
Octal0326014456012132014411
Binary0110101100001100100101110010100011101000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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