#122530

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

Shades of Black Pearl #122530

Tints of Black Pearl #122530

Color information

#122530 (or 0x122530) is unknown color: approx Black Pearl. HEX triplet: 12, 25 and 30. RGB value is (18,37,48). Sum of RGB (Red+Green+Blue) = 18+37+48=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 48 - color contains mainly: blue. Hex color #122530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122530 is #EDDACF. Grayscale: #202020. Windows color (decimal): -15588048 or 3155218. OLE color: 3155218.

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

Color convert

RGB183748-
CMYK0.630.2300.81
HSL202º45.45%12.94%-
HSV(B)202º62.5%18.82%-
XYZ1.441.673.04-
YUV32.57136.71117.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.48%
GREEN value IS 37 (14.84% from 255) = 35.92%
BLUE value IS 48 (19.14% from 255) = 46.60%
R=17.48%
G=35.92%
B=46.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1837480.630.2300.8120245.4512.94
Hex1225303F17051ca2dd
Octal224560772701213125515
Binary100101001011100001111111011101010001110010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122530; }

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

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

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

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

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

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

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

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