#323129

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

Shades of Karaka #323129

Tints of Karaka #323129

Color information

#323129 (or 0x323129) is unknown color: approx Karaka. HEX triplet: 32, 31 and 29. RGB value is (50,49,41). Sum of RGB (Red+Green+Blue) = 50+49+41=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 50 - color contains mainly: red. Hex color #323129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323129 is #CDCED6. Grayscale: #303030. Windows color (decimal): -13487831 or 2699570. OLE color: 2699570.

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

Color convert

RGB504941-
CMYK00.020.180.80
HSL53.33º9.89%17.84%-
HSV(B)53.33º18%19.61%-
XYZ2.813.032.54-
YUV48.39123.83129.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.71%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 41 (16.41% from 255) = 29.29%
R=35.71%
G=35%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50494100.020.180.8053.339.8917.84
Hex32312902125035a12
Octal6261510222120651222
Binary110010110001101001010100101010000110101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323129; }

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

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

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

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

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

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

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

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