#00121D

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

Shades of Black Pearl #00121D

Tints of Black Pearl #00121D

Color information

#00121D (or 0x00121D) is unknown color: approx Black Pearl. HEX triplet: 00, 12 and 1D. RGB value is (0,18,29). Sum of RGB (Red+Green+Blue) = 0+18+29=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 29 (11.72% from 255 or 61.70% from 47); Max value from RGB is 29 - color contains mainly: blue. Hex color #00121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00121D is #FFEDE2. Grayscale: #0D0D0D. Windows color (decimal): -16772579 or 1905152. OLE color: 1905152.

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

Color convert

RGB01829-
CMYK10.3800.89
HSL202.76º100%5.69%-
HSV(B)202.76º100%11.37%-
XYZ0.440.521.24-
YUV13.87136.54118.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 29 (11.72% from 255) = 61.70%
R=0%
G=38.30%
B=61.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0182910.3800.89202.761005.69
Hex0121D6426059cb646
Octal022351444601313131446
Binary01001011101110010010011001011001110010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00121D; }

 p { color: rgb(0,18,29); }

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

<style>
 a { background-color: #00121D; }

 a { background-color: rgb(0,18,29); }

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

<style>
 span { border-color: #00121D; }

 span { border-color: rgb(0,18,29); }

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