#323019

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

Shades of Karaka #323019

Tints of Karaka #323019

Color information

#323019 (or 0x323019) is unknown color: approx Karaka. HEX triplet: 32, 30 and 19. RGB value is (50,48,25). Sum of RGB (Red+Green+Blue) = 50+48+25=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #323019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323019 is #CDCFE6. Grayscale: #2E2E2E. Windows color (decimal): -13488103 or 1650738. OLE color: 1650738.

HSL color Cylindrical-coordinate representation of color #323019: hue angle of 55.2º 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 #323019 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB504825-
CMYK00.040.500.80
HSL55.2º33.33%14.71%-
HSV(B)55.2º50%19.61%-
XYZ2.552.861.34-
YUV45.98116.16130.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.65%
GREEN value IS 48 (19.14% from 255) = 39.02%
BLUE value IS 25 (10.16% from 255) = 20.33%
R=40.65%
G=39.02%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50482500.040.500.8055.233.3314.71
Hex3230190432503721f
Octal6260310462120674117
Binary11001011000011001010011001010100001101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323019; }

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

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

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

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

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

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

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

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