#303015

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

Shades of Karaka #303015

Tints of Karaka #303015

Color information

#303015 (or 0x303015) is unknown color: approx Karaka. HEX triplet: 30, 30 and 15. RGB value is (48,48,21). Sum of RGB (Red+Green+Blue) = 48+48+21=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 48 - color contains mainly: red, green. Hex color #303015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303015 is #CFCFEA. Grayscale: #2D2D2D. Windows color (decimal): -13619179 or 1388592. OLE color: 1388592.

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

Color convert

RGB484821-
CMYK000.560.81
HSL60º39.13%13.53%-
HSV(B)60º56.25%18.82%-
XYZ2.412.81.12-
YUV44.92114.5130.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 41.03%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 21 (8.59% from 255) = 17.95%
R=41.03%
G=41.03%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal484821000.560.816039.1313.53
Hex3030150038513c27e
Octal6060250070121744716
Binary110000110000101010011100010100011111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303015; }

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

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

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

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

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

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

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

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