#122329

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

Shades of Black Pearl #122329

Tints of Black Pearl #122329

Color information

#122329 (or 0x122329) is unknown color: approx Black Pearl. HEX triplet: 12, 23 and 29. RGB value is (18,35,41). Sum of RGB (Red+Green+Blue) = 18+35+41=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 41 - color contains mainly: blue. Hex color #122329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122329 is #EDDCD6. Grayscale: #1E1E1E. Windows color (decimal): -15588567 or 2695954. OLE color: 2695954.

HSL color Cylindrical-coordinate representation of color #122329: hue angle of 195.65º 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 #122329 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB183541-
CMYK0.560.1500.84
HSL195.65º38.98%11.57%-
HSV(B)195.65º56.1%16.08%-
XYZ1.251.492.32-
YUV30.6133.87119.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 41 (16.41% from 255) = 43.62%
R=19.15%
G=37.23%
B=43.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1835410.560.1500.84195.6538.9811.57
Hex12232938F054c427c
Octal224351701701243044714
Binary10010100011101001111000111101010100110001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122329; }

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

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

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

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

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

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

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

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