#30320C

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

Shades of Karaka #30320C

Tints of Karaka #30320C

Color information

#30320C (or 0x30320C) is unknown color: approx Karaka. HEX triplet: 30, 32 and 0C. RGB value is (48,50,12). Sum of RGB (Red+Green+Blue) = 48+50+12=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #30320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30320C is #CFCDF3. Grayscale: #2D2D2D. Windows color (decimal): -13618676 or 799280. OLE color: 799280.

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

Color convert

RGB485012-
CMYK0.0400.760.80
HSL63.16º61.29%12.16%-
HSV(B)63.16º76%19.61%-
XYZ2.432.940.79-
YUV45.07109.34130.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 43.64%
GREEN value IS 50 (19.92% from 255) = 45.45%
BLUE value IS 12 (5.08% from 255) = 10.91%
R=43.64%
G=45.45%
B=10.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4850120.0400.760.8063.1661.2912.16
Hex3032C404C503f3dc
Octal60621440114120777514
Binary11000011001011001000100110010100001111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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