#32311C

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

Shades of Karaka #32311C

Tints of Karaka #32311C

Color information

#32311C (or 0x32311C) is unknown color: approx Karaka. HEX triplet: 32, 31 and 1C. RGB value is (50,49,28). Sum of RGB (Red+Green+Blue) = 50+49+28=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 49 (19.53% from 255 or 38.58% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 50 - color contains mainly: red. Hex color #32311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32311C is #CDCEE3. Grayscale: #2E2E2E. Windows color (decimal): -13487844 or 1847602. OLE color: 1847602.

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

Color convert

RGB504928-
CMYK00.020.440.80
HSL57.27º28.21%15.29%-
HSV(B)57.27º44%19.61%-
XYZ2.622.961.53-
YUV46.9117.33130.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.37%
GREEN value IS 49 (19.53% from 255) = 38.58%
BLUE value IS 28 (11.33% from 255) = 22.05%
R=39.37%
G=38.58%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50492800.020.440.8057.2728.2115.29
Hex32311C022C50391cf
Octal6261340254120713417
Binary110010110001111000101011001010000111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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