#122B30

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

Shades of Black Pearl #122B30

Tints of Black Pearl #122B30

Color information

#122B30 (or 0x122B30) is unknown color: approx Black Pearl. HEX triplet: 12, 2B and 30. RGB value is (18,43,48). Sum of RGB (Red+Green+Blue) = 18+43+48=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 48 - color contains mainly: blue. Hex color #122B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B30 is #EDD4CF. Grayscale: #242424. Windows color (decimal): -15586512 or 3156754. OLE color: 3156754.

HSL color Cylindrical-coordinate representation of color #122B30: hue angle of 190º 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 #122B30 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB184348-
CMYK0.630.1000.81
HSL190º45.45%12.94%-
HSV(B)190º62.5%18.82%-
XYZ1.652.073.11-
YUV36.1134.72115.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 43 (17.19% from 255) = 39.45%
BLUE value IS 48 (19.14% from 255) = 44.04%
R=16.51%
G=39.45%
B=44.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1843480.630.1000.8119045.4512.94
Hex122B303FA051be2dd
Octal225360771201212765515
Binary10010101011110000111111101001010001101111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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