#122A35

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

Shades of Black Pearl #122A35

Tints of Black Pearl #122A35

Color information

#122A35 (or 0x122A35) is unknown color: approx Black Pearl. HEX triplet: 12, 2A and 35. RGB value is (18,42,53). Sum of RGB (Red+Green+Blue) = 18+42+53=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 53 - color contains mainly: blue. Hex color #122A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A35 is #EDD5CA. Grayscale: #242424. Windows color (decimal): -15586763 or 3484178. OLE color: 3484178.

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

Color convert

RGB184253-
CMYK0.660.2100.79
HSL198.86º49.3%13.92%-
HSV(B)198.86º66.04%20.78%-
XYZ1.722.043.67-
YUV36.08137.55115.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 42 (16.80% from 255) = 37.17%
BLUE value IS 53 (21.09% from 255) = 46.90%
R=15.93%
G=37.17%
B=46.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1842530.660.2100.79198.8649.313.92
Hex122A35421504Fc731e
Octal2252651022501173076116
Binary1001010101011010110000101010101001111110001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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