#323125

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

Shades of Karaka #323125

Tints of Karaka #323125

Color information

#323125 (or 0x323125) is unknown color: approx Karaka. HEX triplet: 32, 31 and 25. RGB value is (50,49,37). Sum of RGB (Red+Green+Blue) = 50+49+37=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 50 - color contains mainly: red. Hex color #323125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323125 is #CDCEDA. Grayscale: #2F2F2F. Windows color (decimal): -13487835 or 2437426. OLE color: 2437426.

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

Color convert

RGB504937-
CMYK00.020.260.80
HSL55.38º14.94%17.06%-
HSV(B)55.38º26%19.61%-
XYZ2.753.012.19-
YUV47.93121.83129.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 37 (14.84% from 255) = 27.21%
R=36.76%
G=36.03%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50493700.020.260.8055.3814.9417.06
Hex323125021A5037f11
Octal6261450232120671721
Binary110010110001100101010110101010000110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323125; }

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

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

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

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

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

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

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

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