#00141C

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

Shades of Black Pearl #00141C

Tints of Black Pearl #00141C

Color information

#00141C (or 0x00141C) is unknown color: approx Black Pearl. HEX triplet: 00, 14 and 1C. RGB value is (0,20,28). Sum of RGB (Red+Green+Blue) = 0+20+28=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #00141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00141C is #FFEBE3. Grayscale: #0E0E0E. Windows color (decimal): -16772068 or 1840128. OLE color: 1840128.

HSL color Cylindrical-coordinate representation of color #00141C: hue angle of 197.14º 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 #00141C is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB02028-
CMYK10.2900.89
HSL197.14º100%5.49%-
HSV(B)197.14º100%10.98%-
XYZ0.460.581.19-
YUV14.93135.37117.35-

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) = 41.67%
BLUE value IS 28 (11.33% 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.89
SystemRedGreenBlueCMYKHSL
Decimal0202810.2900.89197.141005.49
Hex0141C641D059c5645
Octal024341443501313051445
Binary0101001110011001001110101011001110001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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