#122126

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

Shades of Black Pearl #122126

Tints of Black Pearl #122126

Color information

#122126 (or 0x122126) is unknown color: approx Black Pearl. HEX triplet: 12, 21 and 26. RGB value is (18,33,38). Sum of RGB (Red+Green+Blue) = 18+33+38=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 38 (15.23% from 255 or 42.70% from 89); Max value from RGB is 38 - color contains mainly: blue. Hex color #122126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122126 is #EDDED9. Grayscale: #1D1D1D. Windows color (decimal): -15589082 or 2498834. OLE color: 2498834.

HSL color Cylindrical-coordinate representation of color #122126: hue angle of 195º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #122126 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB183338-
CMYK0.530.1300.85
HSL195º35.71%10.98%-
HSV(B)195º52.63%14.9%-
XYZ1.141.362.04-
YUV29.08133.03120.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 38 (15.23% from 255) = 42.70%
R=20.22%
G=37.08%
B=42.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1833380.530.1300.8519535.7110.98
Hex12212635D055c324b
Octal224146651501253034413
Binary10010100001100110110101110101010101110000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122126; }

 p { color: rgb(18,33,38); }

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

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

 a { background-color: rgb(18,33,38); }

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

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

 span { border-color: rgb(18,33,38); }

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