#122130

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

Shades of Black Pearl #122130

Tints of Black Pearl #122130

Color information

#122130 (or 0x122130) is unknown color: approx Black Pearl. HEX triplet: 12, 21 and 30. RGB value is (18,33,48). Sum of RGB (Red+Green+Blue) = 18+33+48=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #122130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122130 is #EDDECF. Grayscale: #1E1E1E. Windows color (decimal): -15589072 or 3154194. OLE color: 3154194.

HSL color Cylindrical-coordinate representation of color #122130: hue angle of 210º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122130 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB183348-
CMYK0.630.3100.81
HSL210º45.45%12.94%-
HSV(B)210º62.5%18.82%-
XYZ1.331.433-
YUV30.22138.03119.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 33 (13.28% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 48.48%
R=18.18%
G=33.33%
B=48.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1833480.630.3100.8121045.4512.94
Hex1221303F1F051d22dd
Octal224160773701213225515
Binary100101000011100001111111111101010001110100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122130; }

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

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

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

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

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

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

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

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