#30320E

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

Shades of Karaka #30320E

Tints of Karaka #30320E

Color information

#30320E (or 0x30320E) is unknown color: approx Karaka. HEX triplet: 30, 32 and 0E. RGB value is (48,50,14). Sum of RGB (Red+Green+Blue) = 48+50+14=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 14 (5.86% from 255 or 12.5% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #30320E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30320E is #CFCDF1. Grayscale: #2D2D2D. Windows color (decimal): -13618674 or 930352. OLE color: 930352.

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

Color convert

RGB485014-
CMYK0.0400.720.80
HSL63.33º56.25%12.55%-
HSV(B)63.33º72%19.61%-
XYZ2.442.940.85-
YUV45.3110.34129.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 42.86%
GREEN value IS 50 (19.92% from 255) = 44.64%
BLUE value IS 14 (5.86% from 255) = 12.5%
R=42.86%
G=44.64%
B=12.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4850140.0400.720.8063.3356.2512.55
Hex3032E4048503f38d
Octal60621640110120777015
Binary11000011001011101000100100010100001111111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30320E; }

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

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

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

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

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

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

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

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