#302F24

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

Shades of Karaka #302F24

Tints of Karaka #302F24

Color information

#302F24 (or 0x302F24) is unknown color: approx Karaka. HEX triplet: 30, 2F and 24. RGB value is (48,47,36). Sum of RGB (Red+Green+Blue) = 48+47+36=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 48 - color contains mainly: red. Hex color #302F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F24 is #CFD0DB. Grayscale: #2E2E2E. Windows color (decimal): -13619420 or 2371376. OLE color: 2371376.

HSL color Cylindrical-coordinate representation of color #302F24: hue angle of 55º 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 #302F24 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB484736-
CMYK00.020.250.81
HSL55º14.29%16.47%-
HSV(B)55º25%18.82%-
XYZ2.552.792.07-
YUV46.04122.33129.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 47 (18.75% from 255) = 35.88%
BLUE value IS 36 (14.45% from 255) = 27.48%
R=36.64%
G=35.88%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48473600.020.250.815514.2916.47
Hex302F2402195137e10
Octal6057440231121671620
Binary110000101111100100010110011010001110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302F24; }

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

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

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

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

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

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

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

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