#303020

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

Shades of Karaka #303020

Tints of Karaka #303020

Color information

#303020 (or 0x303020) is unknown color: approx Karaka. HEX triplet: 30, 30 and 20. RGB value is (48,48,32). Sum of RGB (Red+Green+Blue) = 48+48+32=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303020 is #CFCFDF. Grayscale: #2E2E2E. Windows color (decimal): -13619168 or 2109488. OLE color: 2109488.

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

Color convert

RGB484832-
CMYK000.330.81
HSL60º20%15.69%-
HSV(B)60º33.33%18.82%-
XYZ2.542.851.78-
YUV46.18120129.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 48 (19.14% from 255) = 37.5%
BLUE value IS 32 (12.89% from 255) = 25%
R=37.5%
G=37.5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484832000.330.81602015.69
Hex3030200021513c1410
Octal6060400041121742420
Binary1100001100001000000010000110100011111001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303020; }

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

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

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

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

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

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

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

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