#122935

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

Shades of Black Pearl #122935

Tints of Black Pearl #122935

Color information

#122935 (or 0x122935) is unknown color: approx Black Pearl. HEX triplet: 12, 29 and 35. RGB value is (18,41,53). Sum of RGB (Red+Green+Blue) = 18+41+53=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 41 (16.41% from 255 or 36.61% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: blue. Hex color #122935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122935 is #EDD6CA. Grayscale: #232323. Windows color (decimal): -15587019 or 3483922. OLE color: 3483922.

HSL color Cylindrical-coordinate representation of color #122935: hue angle of 200.57º 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 #122935 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB184153-
CMYK0.660.2300.79
HSL200.57º49.3%13.92%-
HSV(B)200.57º66.04%20.78%-
XYZ1.681.973.66-
YUV35.49137.88115.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 41 (16.41% from 255) = 36.61%
BLUE value IS 53 (21.09% from 255) = 47.32%
R=16.07%
G=36.61%
B=47.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1841530.660.2300.79200.5749.313.92
Hex122935421704Fc931e
Octal2251651022701173116116
Binary1001010100111010110000101011101001111110010011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122935; }

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

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

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

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

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

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

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

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