#001427

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

Shades of Black Pearl #001427

Tints of Black Pearl #001427

Color information

#001427 (or 0x001427) is unknown color: approx Black Pearl. HEX triplet: 00, 14 and 27. RGB value is (0,20,39). Sum of RGB (Red+Green+Blue) = 0+20+39=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 39 (15.62% from 255 or 66.10% from 59); Max value from RGB is 39 - color contains mainly: blue. Hex color #001427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001427 is #FFEBD8. Grayscale: #101010. Windows color (decimal): -16772057 or 2561024. OLE color: 2561024.

HSL color Cylindrical-coordinate representation of color #001427: hue angle of 209.23º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001427 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB02039-
CMYK10.4900.85
HSL209.23º100%7.65%-
HSV(B)209.23º100%15.29%-
XYZ0.620.652.01-
YUV16.19140.87116.46-

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) = 33.90%
BLUE value IS 39 (15.62% from 255) = 66.10%
R=0%
G=33.90%
B=66.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0203910.4900.85209.231007.65
Hex014276431055d1648
Octal0244714461012532114410
Binary0101001001111100100110001010101011101000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001427; }

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

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

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

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

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

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

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

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