#122833

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

Shades of Black Pearl #122833

Tints of Black Pearl #122833

Color information

#122833 (or 0x122833) is unknown color: approx Black Pearl. HEX triplet: 12, 28 and 33. RGB value is (18,40,51). Sum of RGB (Red+Green+Blue) = 18+40+51=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 51 (20.31% from 255 or 46.79% from 109); Max value from RGB is 51 - color contains mainly: blue. Hex color #122833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122833 is #EDD7CC. Grayscale: #222222. Windows color (decimal): -15587277 or 3352594. OLE color: 3352594.

HSL color Cylindrical-coordinate representation of color #122833: hue angle of 200º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #122833 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB184051-
CMYK0.650.2200.8
HSL200º47.83%13.53%-
HSV(B)200º64.71%20%-
XYZ1.611.893.41-
YUV34.68137.21116.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 51 (20.31% from 255) = 46.79%
R=16.51%
G=36.70%
B=46.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1840510.650.2200.820047.8313.53
Hex1228334116050c830e
Octal2250631012601203106016
Binary1001010100011001110000011011001010000110010001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122833; }

 p { color: rgb(18,40,51); }

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

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

 a { background-color: rgb(18,40,51); }

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

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

 span { border-color: rgb(18,40,51); }

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