#303210

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

Shades of Karaka #303210

Tints of Karaka #303210

Color information

#303210 (or 0x303210) is unknown color: approx Karaka. HEX triplet: 30, 32 and 10. RGB value is (48,50,16). Sum of RGB (Red+Green+Blue) = 48+50+16=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 50 - color contains mainly: green. Hex color #303210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303210 is #CFCDEF. Grayscale: #2D2D2D. Windows color (decimal): -13618672 or 1061424. OLE color: 1061424.

HSL color Cylindrical-coordinate representation of color #303210: hue angle of 63.53º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303210 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.

Color convert

RGB485016-
CMYK0.0400.680.80
HSL63.53º51.52%12.94%-
HSV(B)63.53º68%19.61%-
XYZ2.452.950.93-
YUV45.53111.34129.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.11%
GREEN value IS 50 (19.92% from 255) = 43.86%
BLUE value IS 16 (6.64% from 255) = 14.04%
R=42.11%
G=43.86%
B=14.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4850160.0400.680.8063.5351.5212.94
Hex3032104044504034d
Octal606220401041201006415
Binary1100001100101000010001000100101000010000001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303210; }

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

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

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

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

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

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

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

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