#122D35

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

Shades of Black Pearl #122D35

Tints of Black Pearl #122D35

Color information

#122D35 (or 0x122D35) is unknown color: approx Black Pearl. HEX triplet: 12, 2D and 35. RGB value is (18,45,53). Sum of RGB (Red+Green+Blue) = 18+45+53=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 53 - color contains mainly: blue. Hex color #122D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D35 is #EDD2CA. Grayscale: #252525. Windows color (decimal): -15585995 or 3484946. OLE color: 3484946.

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

Color convert

RGB184553-
CMYK0.660.1500.79
HSL193.71º49.3%13.92%-
HSV(B)193.71º66.04%20.78%-
XYZ1.832.263.71-
YUV37.84136.55113.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 45 (17.97% from 255) = 38.79%
BLUE value IS 53 (21.09% from 255) = 45.69%
R=15.52%
G=38.79%
B=45.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1845530.660.1500.79193.7149.313.92
Hex122D3542F04Fc231e
Octal2255651021701173026116
Binary100101011011101011000010111101001111110000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122D35; }

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

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

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

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

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

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

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

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