#182530

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

Shades of Black Pearl #182530

Tints of Black Pearl #182530

Color information

#182530 (or 0x182530) is unknown color: approx Black Pearl. HEX triplet: 18, 25 and 30. RGB value is (24,37,48). Sum of RGB (Red+Green+Blue) = 24+37+48=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 37 (14.84% from 255 or 33.94% 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 #182530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182530 is #E7DACF. Grayscale: #222222. Windows color (decimal): -15194832 or 3155224. OLE color: 3155224.

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

Color convert

RGB243748-
CMYK0.50.2300.81
HSL207.5º33.33%14.12%-
HSV(B)207.5º50%18.82%-
XYZ1.571.733.05-
YUV34.37135.69120.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.02%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 48 (19.14% from 255) = 44.04%
R=22.02%
G=33.94%
B=44.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2437480.50.2300.81207.533.3314.12
Hex1825303217051d021e
Octal304560622701213204116
Binary110001001011100001100101011101010001110100001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182530; }

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

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

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

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

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

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

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

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