#18252A

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

Shades of Black Pearl #18252A

Tints of Black Pearl #18252A

Color information

#18252A (or 0x18252A) is unknown color: approx Black Pearl. HEX triplet: 18, 25 and 2A. RGB value is (24,37,42). Sum of RGB (Red+Green+Blue) = 24+37+42=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 42 - color contains mainly: blue. Hex color #18252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18252A is #E7DAD5. Grayscale: #212121. Windows color (decimal): -15194838 or 2762008. OLE color: 2762008.

HSL color Cylindrical-coordinate representation of color #18252A: hue angle of 196.67º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #18252A is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB243742-
CMYK0.430.1200.84
HSL196.67º27.27%12.94%-
HSV(B)196.67º42.86%16.47%-
XYZ1.461.682.44-
YUV33.68132.69121.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.30%
GREEN value IS 37 (14.84% from 255) = 35.92%
BLUE value IS 42 (16.80% from 255) = 40.78%
R=23.30%
G=35.92%
B=40.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2437420.430.1200.84196.6727.2712.94
Hex18252A2BC054c51bd
Octal304552531401243053315
Binary1100010010110101010101111000101010011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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