#323314

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

Shades of Karaka #323314

Tints of Karaka #323314

Color information

#323314 (or 0x323314) is unknown color: approx Karaka. HEX triplet: 32, 33 and 14. RGB value is (50,51,20). Sum of RGB (Red+Green+Blue) = 50+51+20=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #323314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323314 is #CDCCEB. Grayscale: #2F2F2F. Windows color (decimal): -13487340 or 1323826. OLE color: 1323826.

HSL color Cylindrical-coordinate representation of color #323314: hue angle of 61.94º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #323314 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB505120-
CMYK0.0200.610.8
HSL61.94º43.66%13.92%-
HSV(B)61.94º60.78%20%-
XYZ2.633.11.12-
YUV47.17112.67130.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 51 (20.31% from 255) = 42.15%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=41.32%
G=42.15%
B=16.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5051200.0200.610.861.9443.6613.92
Hex323314203D503e2ce
Octal6263242075120765416
Binary1100101100111010010011110110100001111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323314; }

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

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

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

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

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

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

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

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