#323114

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

Shades of Karaka #323114

Tints of Karaka #323114

Color information

#323114 (or 0x323114) is unknown color: approx Karaka. HEX triplet: 32, 31 and 14. RGB value is (50,49,20). Sum of RGB (Red+Green+Blue) = 50+49+20=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #323114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323114 is #CDCEEB. Grayscale: #2E2E2E. Windows color (decimal): -13487852 or 1323314. OLE color: 1323314.

HSL color Cylindrical-coordinate representation of color #323114: hue angle of 58º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #323114 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.80.

Color convert

RGB504920-
CMYK00.020.600.80
HSL58º42.86%13.73%-
HSV(B)58º60%19.61%-
XYZ2.542.931.09-
YUV45.99113.33130.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.02%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=42.02%
G=41.18%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50492000.020.600.805842.8613.73
Hex323114023C503a2be
Octal6261240274120725316
Binary1100101100011010001011110010100001110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323114; }

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

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

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

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

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

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

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

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