#303011

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

Shades of Karaka #303011

Tints of Karaka #303011

Color information

#303011 (or 0x303011) is unknown color: approx Karaka. HEX triplet: 30, 30 and 11. RGB value is (48,48,17). Sum of RGB (Red+Green+Blue) = 48+48+17=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303011 is #CFCFEE. Grayscale: #2C2C2C. Windows color (decimal): -13619183 or 1126448. OLE color: 1126448.

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

Color convert

RGB484817-
CMYK000.650.81
HSL60º47.69%12.75%-
HSV(B)60º64.58%18.82%-
XYZ2.382.780.94-
YUV44.47112.5130.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.48%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=42.48%
G=42.48%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484817000.650.816047.6912.75
Hex3030110041513c30d
Octal60602100101121746015
Binary1100001100001000100100000110100011111001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303011; }

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

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

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

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

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

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

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

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