#32321B

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

Shades of Karaka #32321B

Tints of Karaka #32321B

Color information

#32321B (or 0x32321B) is unknown color: approx Karaka. HEX triplet: 32, 32 and 1B. RGB value is (50,50,27). Sum of RGB (Red+Green+Blue) = 50+50+27=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 50 - color contains mainly: red, green. Hex color #32321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32321B is #CDCDE4. Grayscale: #2F2F2F. Windows color (decimal): -13487589 or 1782322. OLE color: 1782322.

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

Color convert

RGB505027-
CMYK000.460.80
HSL60º29.87%15.1%-
HSV(B)60º46%19.61%-
XYZ2.653.041.48-
YUV47.38116.5129.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.37%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=39.37%
G=39.37%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal505027000.460.806029.8715.1
Hex32321B002E503c1ef
Octal6262330056120743617
Binary11001011001011011001011101010000111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32321B; }

 p { color: rgb(50,50,27); }

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

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

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

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

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

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

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