#343324

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

Shades of Karaka #343324

Tints of Karaka #343324

Color information

#343324 (or 0x343324) is unknown color: approx Karaka. HEX triplet: 34, 33 and 24. RGB value is (52,51,36). Sum of RGB (Red+Green+Blue) = 52+51+36=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 52 - color contains mainly: red. Hex color #343324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343324 is #CBCCDB. Grayscale: #313131. Windows color (decimal): -13356252 or 2372404. OLE color: 2372404.

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

Color convert

RGB525136-
CMYK00.020.310.80
HSL56.25º18.18%17.25%-
HSV(B)56.25º30.77%20.39%-
XYZ2.923.232.14-
YUV49.59120.33129.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 36 (14.45% from 255) = 25.90%
R=37.41%
G=36.69%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52513600.020.310.8056.2518.1817.25
Hex343324021F50381211
Octal6463440237120702221
Binary1101001100111001000101111110100001110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343324; }

 p { color: rgb(52,51,36); }

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

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

 a { background-color: rgb(52,51,36); }

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

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

 span { border-color: rgb(52,51,36); }

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