#122A30

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

Shades of Black Pearl #122A30

Tints of Black Pearl #122A30

Color information

#122A30 (or 0x122A30) is unknown color: approx Black Pearl. HEX triplet: 12, 2A and 30. RGB value is (18,42,48). Sum of RGB (Red+Green+Blue) = 18+42+48=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 48 - color contains mainly: blue. Hex color #122A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A30 is #EDD5CF. Grayscale: #232323. Windows color (decimal): -15586768 or 3156498. OLE color: 3156498.

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

Color convert

RGB184248-
CMYK0.630.1300.81
HSL192º45.45%12.94%-
HSV(B)192º62.5%18.82%-
XYZ1.6123.1-
YUV35.51135.05115.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 42 (16.80% from 255) = 38.89%
BLUE value IS 48 (19.14% from 255) = 44.44%
R=16.67%
G=38.89%
B=44.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1842480.630.1300.8119245.4512.94
Hex122A303FD051c02dd
Octal225260771501213005515
Binary10010101010110000111111110101010001110000001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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