#00142A

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

Shades of Black Pearl #00142A

Tints of Black Pearl #00142A

Color information

#00142A (or 0x00142A) is unknown color: approx Black Pearl. HEX triplet: 00, 14 and 2A. RGB value is (0,20,42). Sum of RGB (Red+Green+Blue) = 0+20+42=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 42 (16.80% from 255 or 67.74% from 62); Max value from RGB is 42 - color contains mainly: blue. Hex color #00142A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00142A is #FFEBD5. Grayscale: #101010. Windows color (decimal): -16772054 or 2757632. OLE color: 2757632.

HSL color Cylindrical-coordinate representation of color #00142A: hue angle of 211.43º 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 #00142A is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB02042-
CMYK10.5200.84
HSL211.43º100%8.24%-
HSV(B)211.43º100%16.47%-
XYZ0.670.672.28-
YUV16.53142.37116.21-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0204210.5200.84211.431008.24
Hex0142A6434054d3648
Octal0245214464012432314410
Binary0101001010101100100110100010101001101001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00142A; }

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

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

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

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

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

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

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

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