#303120

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

Shades of Karaka #303120

Tints of Karaka #303120

Color information

#303120 (or 0x303120) is unknown color: approx Karaka. HEX triplet: 30, 31 and 20. RGB value is (48,49,32). Sum of RGB (Red+Green+Blue) = 48+49+32=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 49 - color contains mainly: green. Hex color #303120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303120 is #CFCEDF. Grayscale: #2E2E2E. Windows color (decimal): -13618912 or 2109744. OLE color: 2109744.

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

Color convert

RGB484932-
CMYK0.0200.350.81
HSL63.53º20.99%15.88%-
HSV(B)63.53º34.69%19.22%-
XYZ2.582.931.8-
YUV46.76119.67128.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.21%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=37.21%
G=37.98%
B=24.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4849320.0200.350.8163.5320.9915.88
Hex303120202351401510
Octal60614020431211002520
Binary110000110001100000100100011101000110000001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303120; }

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

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

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

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

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

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

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

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