#001430

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

Shades of Black Pearl #001430

Tints of Black Pearl #001430

Color information

#001430 (or 0x001430) is unknown color: approx Black Pearl. HEX triplet: 00, 14 and 30. RGB value is (0,20,48). Sum of RGB (Red+Green+Blue) = 0+20+48=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 48 (19.14% from 255 or 70.59% from 68); Max value from RGB is 48 - color contains mainly: blue. Hex color #001430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001430 is #FFEBCF. Grayscale: #111111. Windows color (decimal): -16772048 or 3150848. OLE color: 3150848.

HSL color Cylindrical-coordinate representation of color #001430: hue angle of 215º 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 #001430 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB02048-
CMYK10.5800.81
HSL215º100%9.41%-
HSV(B)215º100%18.82%-
XYZ0.780.712.89-
YUV17.21145.37115.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 20 (8.20% from 255) = 29.41%
BLUE value IS 48 (19.14% from 255) = 70.59%
R=0%
G=29.41%
B=70.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0204810.5800.812151009.41
Hex01430643A051d7649
Octal0246014472012132714411
Binary0101001100001100100111010010100011101011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001430; }

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

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

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

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

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

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

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

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