#00141B

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

Shades of Black Pearl #00141B

Tints of Black Pearl #00141B

Color information

#00141B (or 0x00141B) is unknown color: approx Black Pearl. HEX triplet: 00, 14 and 1B. RGB value is (0,20,27). Sum of RGB (Red+Green+Blue) = 0+20+27=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #00141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00141B is #FFEBE4. Grayscale: #0E0E0E. Windows color (decimal): -16772069 or 1774592. OLE color: 1774592.

HSL color Cylindrical-coordinate representation of color #00141B: hue angle of 195.56º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00141B is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB02027-
CMYK10.2600.89
HSL195.56º100%5.29%-
HSV(B)195.56º100%10.59%-
XYZ0.450.581.13-
YUV14.82134.87117.43-

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) = 42.55%
BLUE value IS 27 (10.94% from 255) = 57.45%
R=0%
G=42.55%
B=57.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0202710.2600.89195.561005.29
Hex0141B641A059c4645
Octal024331443201313041445
Binary0101001101111001001101001011001110001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00141B; }

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

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

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

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

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

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

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

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