#122129

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

Shades of Black Pearl #122129

Tints of Black Pearl #122129

Color information

#122129 (or 0x122129) is unknown color: approx Black Pearl. HEX triplet: 12, 21 and 29. RGB value is (18,33,41). Sum of RGB (Red+Green+Blue) = 18+33+41=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 41 (16.41% from 255 or 44.57% from 92); Max value from RGB is 41 - color contains mainly: blue. Hex color #122129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122129 is #EDDED6. Grayscale: #1D1D1D. Windows color (decimal): -15589079 or 2695442. OLE color: 2695442.

HSL color Cylindrical-coordinate representation of color #122129: hue angle of 200.87º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122129 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB183341-
CMYK0.560.2000.84
HSL200.87º38.98%11.57%-
HSV(B)200.87º56.1%16.08%-
XYZ1.191.382.3-
YUV29.43134.53119.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 33 (13.28% from 255) = 35.87%
BLUE value IS 41 (16.41% from 255) = 44.57%
R=19.57%
G=35.87%
B=44.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1833410.560.2000.84200.8738.9811.57
Hex1221293814054c927c
Octal224151702401243114714
Binary100101000011010011110001010001010100110010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122129; }

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

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

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

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

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

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

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

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