#242421

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

Shades of Karaka #242421

Tints of Karaka #242421

Color information

#242421 (or 0x242421) is unknown color: approx Karaka. HEX triplet: 24, 24 and 21. RGB value is (36,36,33). Sum of RGB (Red+Green+Blue) = 36+36+33=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 36 - color contains mainly: red, green. Hex color #242421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242421 is #DBDBDE. Grayscale: #232323. Windows color (decimal): -14408671 or 2171940. OLE color: 2171940.

HSL color Cylindrical-coordinate representation of color #242421: hue angle of 60º degrees, saturation: 0.04, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #242421 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB363633-
CMYK000.080.86
HSL60º4.35%13.53%-
HSV(B)60º8.33%14.12%-
XYZ1.631.751.69-
YUV35.66126.5128.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.29%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=34.29%
G=34.29%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal363633000.080.86604.3513.53
Hex242421008563c4e
Octal444441001012674416
Binary10010010010010000100100010101101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242421; }

 p { color: rgb(36,36,33); }

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

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

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

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

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

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

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