#323119

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

Shades of Karaka #323119

Tints of Karaka #323119

Color information

#323119 (or 0x323119) is unknown color: approx Karaka. HEX triplet: 32, 31 and 19. RGB value is (50,49,25). Sum of RGB (Red+Green+Blue) = 50+49+25=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #323119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323119 is #CDCEE6. Grayscale: #2E2E2E. Windows color (decimal): -13487847 or 1650994. OLE color: 1650994.

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

Color convert

RGB504925-
CMYK00.020.500.80
HSL57.6º33.33%14.71%-
HSV(B)57.6º50%19.61%-
XYZ2.592.941.35-
YUV46.56115.83130.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.32%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 25 (10.16% from 255) = 20.16%
R=40.32%
G=39.52%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50492500.020.500.8057.633.3314.71
Hex3231190232503a21f
Octal6261310262120724117
Binary1100101100011100101011001010100001110101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323119; }

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

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

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

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

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

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

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

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