#24282A

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

Shades of Black Pearl #24282A

Tints of Black Pearl #24282A

Color information

#24282A (or 0x24282A) is unknown color: approx Black Pearl. HEX triplet: 24, 28 and 2A. RGB value is (36,40,42). Sum of RGB (Red+Green+Blue) = 36+40+42=118 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.51% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 42 - color contains mainly: blue. Hex color #24282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24282A is #DBD7D5. Grayscale: #272727. Windows color (decimal): -14407638 or 2762788. OLE color: 2762788.

HSL color Cylindrical-coordinate representation of color #24282A: hue angle of 200º degrees, saturation: 0.08, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #24282A is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB364042-
CMYK0.140.0500.84
HSL200º7.69%15.29%-
HSV(B)200º14.29%16.47%-
XYZ1.92.062.49-
YUV39.03129.67125.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30.51%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=30.51%
G=33.90%
B=35.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3640420.140.0500.842007.6915.29
Hex24282AE5054c88f
Octal44505216501243101017
Binary1001001010001010101110101010101001100100010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,40,42); }

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

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

 a { background-color: rgb(36,40,42); }

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

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

 span { border-color: rgb(36,40,42); }

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