#30320D

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

Shades of Karaka #30320D

Tints of Karaka #30320D

Color information

#30320D (or 0x30320D) is unknown color: approx Karaka. HEX triplet: 30, 32 and 0D. RGB value is (48,50,13). Sum of RGB (Red+Green+Blue) = 48+50+13=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #30320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30320D is #CFCDF2. Grayscale: #2D2D2D. Windows color (decimal): -13618675 or 864816. OLE color: 864816.

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

Color convert

RGB485013-
CMYK0.0400.740.80
HSL63.24º58.73%12.35%-
HSV(B)63.24º74%19.61%-
XYZ2.432.940.82-
YUV45.18109.84130.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.24%
GREEN value IS 50 (19.92% from 255) = 45.05%
BLUE value IS 13 (5.47% from 255) = 11.71%
R=43.24%
G=45.05%
B=11.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4850130.0400.740.8063.2458.7312.35
Hex3032D404A503f3bc
Octal60621540112120777314
Binary11000011001011011000100101010100001111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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