#18252D

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

Shades of Black Pearl #18252D

Tints of Black Pearl #18252D

Color information

#18252D (or 0x18252D) is unknown color: approx Black Pearl. HEX triplet: 18, 25 and 2D. RGB value is (24,37,45). Sum of RGB (Red+Green+Blue) = 24+37+45=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 45 - color contains mainly: blue. Hex color #18252D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18252D is #E7DAD2. Grayscale: #212121. Windows color (decimal): -15194835 or 2958616. OLE color: 2958616.

HSL color Cylindrical-coordinate representation of color #18252D: hue angle of 202.86º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #18252D is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB243745-
CMYK0.470.1800.82
HSL202.86º30.43%13.53%-
HSV(B)202.86º46.67%17.65%-
XYZ1.511.712.73-
YUV34.02134.19120.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.64%
GREEN value IS 37 (14.84% from 255) = 34.91%
BLUE value IS 45 (17.97% from 255) = 42.45%
R=22.64%
G=34.91%
B=42.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2437450.470.1800.82202.8630.4313.53
Hex18252D2F12052cb1ee
Octal304555572201223133616
Binary11000100101101101101111100100101001011001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18252D; }

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

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

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

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

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

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

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

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