#323016

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

Shades of Karaka #323016

Tints of Karaka #323016

Color information

#323016 (or 0x323016) is unknown color: approx Karaka. HEX triplet: 32, 30 and 16. RGB value is (50,48,22). Sum of RGB (Red+Green+Blue) = 50+48+22=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #323016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323016 is #CDCFE9. Grayscale: #2D2D2D. Windows color (decimal): -13488106 or 1454130. OLE color: 1454130.

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

Color convert

RGB504822-
CMYK00.040.560.80
HSL55.71º38.89%14.12%-
HSV(B)55.71º56%19.61%-
XYZ2.522.851.18-
YUV45.63114.66131.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 22 (8.98% from 255) = 18.33%
R=41.67%
G=40%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50482200.040.560.8055.7138.8914.12
Hex3230160438503827e
Octal6260260470120704716
Binary11001011000010110010011100010100001110001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323016; }

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

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

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

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

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

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

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

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