#32331F

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

Shades of Karaka #32331F

Tints of Karaka #32331F

Color information

#32331F (or 0x32331F) is unknown color: approx Karaka. HEX triplet: 32, 33 and 1F. RGB value is (50,51,31). Sum of RGB (Red+Green+Blue) = 50+51+31=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 51 - color contains mainly: green. Hex color #32331F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32331F is #CDCCE0. Grayscale: #303030. Windows color (decimal): -13487329 or 2044722. OLE color: 2044722.

HSL color Cylindrical-coordinate representation of color #32331F: hue angle of 63º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #32331F is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB505131-
CMYK0.0200.390.8
HSL63º24.39%16.08%-
HSV(B)63º39.22%20%-
XYZ2.753.141.76-
YUV48.42118.17129.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.88%
GREEN value IS 51 (20.31% from 255) = 38.64%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=37.88%
G=38.64%
B=23.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5051310.0200.390.86324.3916.08
Hex32331F2027503f1810
Octal6263372047120773020
Binary1100101100111111110010011110100001111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32331F; }

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

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

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

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

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

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

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

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