#122C35

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

Shades of Black Pearl #122C35

Tints of Black Pearl #122C35

Color information

#122C35 (or 0x122C35) is unknown color: approx Black Pearl. HEX triplet: 12, 2C and 35. RGB value is (18,44,53). Sum of RGB (Red+Green+Blue) = 18+44+53=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 53 (21.09% from 255 or 46.09% from 115); Max value from RGB is 53 - color contains mainly: blue. Hex color #122C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C35 is #EDD3CA. Grayscale: #252525. Windows color (decimal): -15586251 or 3484690. OLE color: 3484690.

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

Color convert

RGB184453-
CMYK0.660.1700.79
HSL195.43º49.3%13.92%-
HSV(B)195.43º66.04%20.78%-
XYZ1.792.193.7-
YUV37.25136.89114.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 53 (21.09% from 255) = 46.09%
R=15.65%
G=38.26%
B=46.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1844530.660.1700.79195.4349.313.92
Hex122C35421104Fc331e
Octal2254651022101173036116
Binary1001010110011010110000101000101001111110000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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