#001E2A

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

Shades of Black Pearl #001E2A

Tints of Black Pearl #001E2A

Color information

#001E2A (or 0x001E2A) is unknown color: approx Black Pearl. HEX triplet: 00, 1E and 2A. RGB value is (0,30,42). Sum of RGB (Red+Green+Blue) = 0+30+42=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 30 (12.11% from 255 or 41.67% from 72); Blue value is 42 (16.80% from 255 or 58.33% from 72); Max value from RGB is 42 - color contains mainly: blue. Hex color #001E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E2A is #FFE1D5. Grayscale: #161616. Windows color (decimal): -16769494 or 2760192. OLE color: 2760192.

HSL color Cylindrical-coordinate representation of color #001E2A: hue angle of 197.14º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E2A is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB03042-
CMYK10.2900.84
HSL197.14º100%8.24%-
HSV(B)197.14º100%16.47%-
XYZ0.881.12.36-
YUV22.4139.06112.02-

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) = 41.67%
BLUE value IS 42 (16.80% from 255) = 58.33%
R=0%
G=41.67%
B=58.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0304210.2900.84197.141008.24
Hex01E2A641D054c5648
Octal0365214435012430514410
Binary011110101010110010011101010101001100010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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