#121F29

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

Shades of Black Pearl #121F29

Tints of Black Pearl #121F29

Color information

#121F29 (or 0x121F29) is unknown color: approx Black Pearl. HEX triplet: 12, 1F and 29. RGB value is (18,31,41). Sum of RGB (Red+Green+Blue) = 18+31+41=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 41 - color contains mainly: blue. Hex color #121F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F29 is #EDE0D6. Grayscale: #1C1C1C. Windows color (decimal): -15589591 or 2694930. OLE color: 2694930.

HSL color Cylindrical-coordinate representation of color #121F29: hue angle of 206.09º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #121F29 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB183141-
CMYK0.560.2400.84
HSL206.09º38.98%11.57%-
HSV(B)206.09º56.1%16.08%-
XYZ1.141.272.28-
YUV28.25135.19120.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 31 (12.5% from 255) = 34.44%
BLUE value IS 41 (16.41% from 255) = 45.56%
R=20%
G=34.44%
B=45.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1831410.560.2400.84206.0938.9811.57
Hex121F293818054ce27c
Octal223751703001243164714
Binary10010111111010011110001100001010100110011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121F29; }

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

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

<style>
 a { background-color: #121F29; }

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

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

<style>
 span { border-color: #121F29; }

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

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