#00121F

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

Shades of Black Pearl #00121F

Tints of Black Pearl #00121F

Color information

#00121F (or 0x00121F) is unknown color: approx Black Pearl. HEX triplet: 00, 12 and 1F. RGB value is (0,18,31). Sum of RGB (Red+Green+Blue) = 0+18+31=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #00121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00121F is #FFEDE0. Grayscale: #0E0E0E. Windows color (decimal): -16772577 or 2036224. OLE color: 2036224.

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

Color convert

RGB01831-
CMYK10.4200.88
HSL205.16º100%6.08%-
HSV(B)205.16º100%12.16%-
XYZ0.460.531.37-
YUV14.1137.54117.94-

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) = 36.73%
BLUE value IS 31 (12.5% from 255) = 63.27%
R=0%
G=36.73%
B=63.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal0183110.4200.88205.161006.08
Hex0121F642A058cd646
Octal022371445201303151446
Binary01001011111110010010101001011000110011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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