#323118

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

Shades of Karaka #323118

Tints of Karaka #323118

Color information

#323118 (or 0x323118) is unknown color: approx Karaka. HEX triplet: 32, 31 and 18. RGB value is (50,49,24). Sum of RGB (Red+Green+Blue) = 50+49+24=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #323118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323118 is #CDCEE7. Grayscale: #2E2E2E. Windows color (decimal): -13487848 or 1585458. OLE color: 1585458.

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

Color convert

RGB504924-
CMYK00.020.520.80
HSL57.69º35.14%14.51%-
HSV(B)57.69º52%19.61%-
XYZ2.582.941.3-
YUV46.45115.33130.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.65%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=40.65%
G=39.84%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50492400.020.520.8057.6935.1414.51
Hex3231180234503a23f
Octal6261300264120724317
Binary1100101100011100001011010010100001110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323118; }

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

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

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

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

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

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

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

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