#32331A

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

Shades of Karaka #32331A

Tints of Karaka #32331A

Color information

#32331A (or 0x32331A) is unknown color: approx Karaka. HEX triplet: 32, 33 and 1A. RGB value is (50,51,26). Sum of RGB (Red+Green+Blue) = 50+51+26=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 51 - color contains mainly: green. Hex color #32331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32331A is #CDCCE5. Grayscale: #2F2F2F. Windows color (decimal): -13487334 or 1717042. OLE color: 1717042.

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

Color convert

RGB505126-
CMYK0.0200.490.8
HSL62.4º32.47%15.1%-
HSV(B)62.4º49.02%20%-
XYZ2.693.121.44-
YUV47.85115.67129.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.37%
GREEN value IS 51 (20.31% from 255) = 40.16%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=39.37%
G=40.16%
B=20.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5051260.0200.490.862.432.4715.1
Hex32331A2031503e20f
Octal6263322061120764017
Binary1100101100111101010011000110100001111101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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