#122835

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

Shades of Black Pearl #122835

Tints of Black Pearl #122835

Color information

#122835 (or 0x122835) is unknown color: approx Black Pearl. HEX triplet: 12, 28 and 35. RGB value is (18,40,53). Sum of RGB (Red+Green+Blue) = 18+40+53=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 53 - color contains mainly: blue. Hex color #122835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122835 is #EDD7CA. Grayscale: #222222. Windows color (decimal): -15587275 or 3483666. OLE color: 3483666.

HSL color Cylindrical-coordinate representation of color #122835: hue angle of 202.29º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #122835 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB184053-
CMYK0.660.2500.79
HSL202.29º49.3%13.92%-
HSV(B)202.29º66.04%20.78%-
XYZ1.651.93.65-
YUV34.9138.21115.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 40 (16.02% from 255) = 36.04%
BLUE value IS 53 (21.09% from 255) = 47.75%
R=16.22%
G=36.04%
B=47.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1840530.660.2500.79202.2949.313.92
Hex122835421904Fca31e
Octal2250651023101173126116
Binary1001010100011010110000101100101001111110010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122835; }

 p { color: rgb(18,40,53); }

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

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

 a { background-color: rgb(18,40,53); }

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

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

 span { border-color: rgb(18,40,53); }

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