#323111

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

Shades of Karaka #323111

Tints of Karaka #323111

Color information

#323111 (or 0x323111) is unknown color: approx Karaka. HEX triplet: 32, 31 and 11. RGB value is (50,49,17). Sum of RGB (Red+Green+Blue) = 50+49+17=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #323111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323111 is #CDCEEE. Grayscale: #2D2D2D. Windows color (decimal): -13487855 or 1126706. OLE color: 1126706.

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

Color convert

RGB504917-
CMYK00.020.660.80
HSL58.18º49.25%13.14%-
HSV(B)58.18º66%19.61%-
XYZ2.512.920.96-
YUV45.65111.83131.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.10%
GREEN value IS 49 (19.53% from 255) = 42.24%
BLUE value IS 17 (7.03% from 255) = 14.66%
R=43.10%
G=42.24%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50491700.020.660.8058.1849.2513.14
Hex3231110242503a31d
Octal62612102102120726115
Binary11001011000110001010100001010100001110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323111; }

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

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

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

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

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

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

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

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