#323112

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

Shades of Karaka #323112

Tints of Karaka #323112

Color information

#323112 (or 0x323112) is unknown color: approx Karaka. HEX triplet: 32, 31 and 12. RGB value is (50,49,18). Sum of RGB (Red+Green+Blue) = 50+49+18=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #323112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323112 is #CDCEED. Grayscale: #2D2D2D. Windows color (decimal): -13487854 or 1192242. OLE color: 1192242.

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

Color convert

RGB504918-
CMYK00.020.640.80
HSL58.12º47.06%13.33%-
HSV(B)58.12º64%19.61%-
XYZ2.522.921-
YUV45.76112.33131.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 49 (19.53% from 255) = 41.88%
BLUE value IS 18 (7.42% from 255) = 15.38%
R=42.74%
G=41.88%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50491800.020.640.8058.1247.0613.33
Hex3231120240503a2fd
Octal62612202100120725715
Binary11001011000110010010100000010100001110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323112; }

 p { color: rgb(50,49,18); }

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

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

 a { background-color: rgb(50,49,18); }

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

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

 span { border-color: rgb(50,49,18); }

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