#001E27

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

Shades of Black Pearl #001E27

Tints of Black Pearl #001E27

Color information

#001E27 (or 0x001E27) is unknown color: approx Black Pearl. HEX triplet: 00, 1E and 27. RGB value is (0,30,39). Sum of RGB (Red+Green+Blue) = 0+30+39=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #001E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E27 is #FFE1D8. Grayscale: #151515. Windows color (decimal): -16769497 or 2563584. OLE color: 2563584.

HSL color Cylindrical-coordinate representation of color #001E27: hue angle of 193.85º 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 #001E27 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB03039-
CMYK10.2300.85
HSL193.85º100%7.65%-
HSV(B)193.85º100%15.29%-
XYZ0.831.082.08-
YUV22.06137.56112.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 43.48%
BLUE value IS 39 (15.62% from 255) = 56.52%
R=0%
G=43.48%
B=56.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0303910.2300.85193.851007.65
Hex01E276417055c2648
Octal0364714427012530214410
Binary011110100111110010010111010101011100001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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