#303024

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

Shades of Karaka #303024

Tints of Karaka #303024

Color information

#303024 (or 0x303024) is unknown color: approx Karaka. HEX triplet: 30, 30 and 24. RGB value is (48,48,36). Sum of RGB (Red+Green+Blue) = 48+48+36=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303024 is #CFCFDB. Grayscale: #2E2E2E. Windows color (decimal): -13619164 or 2371632. OLE color: 2371632.

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

Color convert

RGB484836-
CMYK000.250.81
HSL60º14.29%16.47%-
HSV(B)60º25%18.82%-
XYZ2.592.872.09-
YUV46.63122128.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 36 (14.45% from 255) = 27.27%
R=36.36%
G=36.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484836000.250.816014.2916.47
Hex3030240019513ce10
Octal6060440031121741620
Binary11000011000010010000110011010001111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303024; }

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

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

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

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

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

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

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

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