#32331D

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

Shades of Karaka #32331D

Tints of Karaka #32331D

Color information

#32331D (or 0x32331D) is unknown color: approx Karaka. HEX triplet: 32, 33 and 1D. RGB value is (50,51,29). Sum of RGB (Red+Green+Blue) = 50+51+29=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 51 - color contains mainly: green. Hex color #32331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32331D is #CDCCE2. Grayscale: #303030. Windows color (decimal): -13487331 or 1913650. OLE color: 1913650.

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

Color convert

RGB505129-
CMYK0.0200.430.8
HSL62.73º27.5%15.69%-
HSV(B)62.73º43.14%20%-
XYZ2.723.131.62-
YUV48.19117.17129.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.46%
GREEN value IS 51 (20.31% from 255) = 39.23%
BLUE value IS 29 (11.72% from 255) = 22.31%
R=38.46%
G=39.23%
B=22.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5051290.0200.430.862.7327.515.69
Hex32331D202B503f1c10
Octal6263352053120773420
Binary1100101100111110110010101110100001111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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