#32311F

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

Shades of Karaka #32311F

Tints of Karaka #32311F

Color information

#32311F (or 0x32311F) is unknown color: approx Karaka. HEX triplet: 32, 31 and 1F. RGB value is (50,49,31). Sum of RGB (Red+Green+Blue) = 50+49+31=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 50 - color contains mainly: red. Hex color #32311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32311F is #CDCEE0. Grayscale: #2F2F2F. Windows color (decimal): -13487841 or 2044210. OLE color: 2044210.

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

Color convert

RGB504931-
CMYK00.020.380.80
HSL56.84º23.46%15.88%-
HSV(B)56.84º38%19.61%-
XYZ2.662.971.73-
YUV47.25118.83129.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.46%
GREEN value IS 49 (19.53% from 255) = 37.69%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=38.46%
G=37.69%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50493100.020.380.8056.8423.4615.88
Hex32311F022650391710
Octal6261370246120712720
Binary1100101100011111101010011010100001110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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