#112530

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

Shades of Black Pearl #112530

Tints of Black Pearl #112530

Color information

#112530 (or 0x112530) is unknown color: approx Black Pearl. HEX triplet: 11, 25 and 30. RGB value is (17,37,48). Sum of RGB (Red+Green+Blue) = 17+37+48=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #112530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112530 is #EEDACF. Grayscale: #202020. Windows color (decimal): -15653584 or 3155217. OLE color: 3155217.

HSL color Cylindrical-coordinate representation of color #112530: hue angle of 201.29º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #112530 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB173748-
CMYK0.650.2300.81
HSL201.29º47.69%12.75%-
HSV(B)201.29º64.58%18.82%-
XYZ1.431.663.04-
YUV32.27136.87117.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.67%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 48 (19.14% from 255) = 47.06%
R=16.67%
G=36.27%
B=47.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1737480.650.2300.81201.2947.6912.75
Hex1125304117051c930d
Octal2145601012701213116015
Binary1000110010111000010000011011101010001110010011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112530; }

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

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

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

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

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

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

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

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