#303010

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

Shades of Karaka #303010

Tints of Karaka #303010

Color information

#303010 (or 0x303010) is unknown color: approx Karaka. HEX triplet: 30, 30 and 10. RGB value is (48,48,16). Sum of RGB (Red+Green+Blue) = 48+48+16=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303010 is #CFCFEF. Grayscale: #2C2C2C. Windows color (decimal): -13619184 or 1060912. OLE color: 1060912.

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

Color convert

RGB484816-
CMYK000.670.81
HSL60º50%12.55%-
HSV(B)60º66.67%18.82%-
XYZ2.372.780.9-
YUV44.35112130.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 48 (19.14% from 255) = 42.86%
BLUE value IS 16 (6.64% from 255) = 14.29%
R=42.86%
G=42.86%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484816000.670.81605012.55
Hex3030100043513c32d
Octal60602000103121746215
Binary1100001100001000000100001110100011111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303010; }

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

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

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

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

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

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

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

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