#001E2E

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

Shades of Black Pearl #001E2E

Tints of Black Pearl #001E2E

Color information

#001E2E (or 0x001E2E) is unknown color: approx Black Pearl. HEX triplet: 00, 1E and 2E. RGB value is (0,30,46). Sum of RGB (Red+Green+Blue) = 0+30+46=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 30 (12.11% from 255 or 39.47% from 76); Blue value is 46 (18.36% from 255 or 60.53% from 76); Max value from RGB is 46 - color contains mainly: blue. Hex color #001E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E2E is #FFE1D1. Grayscale: #161616. Windows color (decimal): -16769490 or 3022336. OLE color: 3022336.

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

Color convert

RGB03046-
CMYK10.3500.82
HSL200.87º100%9.02%-
HSV(B)200.87º100%18.04%-
XYZ0.961.132.75-
YUV22.85141.06111.7-

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) = 39.47%
BLUE value IS 46 (18.36% from 255) = 60.53%
R=0%
G=39.47%
B=60.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0304610.3500.82200.871009.02
Hex01E2E6423052c9649
Octal0365614443012231114411
Binary0111101011101100100100011010100101100100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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