#302F25

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

Shades of Karaka #302F25

Tints of Karaka #302F25

Color information

#302F25 (or 0x302F25) is unknown color: approx Karaka. HEX triplet: 30, 2F and 25. RGB value is (48,47,37). Sum of RGB (Red+Green+Blue) = 48+47+37=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 48 - color contains mainly: red. Hex color #302F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F25 is #CFD0DA. Grayscale: #2E2E2E. Windows color (decimal): -13619419 or 2436912. OLE color: 2436912.

HSL color Cylindrical-coordinate representation of color #302F25: hue angle of 54.55º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #302F25 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB484737-
CMYK00.020.230.81
HSL54.55º12.94%16.67%-
HSV(B)54.55º22.92%18.82%-
XYZ2.572.792.15-
YUV46.16122.83129.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 47 (18.75% from 255) = 35.61%
BLUE value IS 37 (14.84% from 255) = 28.03%
R=36.36%
G=35.61%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48473700.020.230.8154.5512.9416.67
Hex302F2502175137d11
Octal6057450227121671521
Binary110000101111100101010101111010001110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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