#323100

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

Shades of Karaka #323100

Tints of Karaka #323100

Color information

#323100 (or 0x323100) is unknown color: approx Karaka. HEX triplet: 32, 31 and 00. RGB value is (50,49,0). Sum of RGB (Red+Green+Blue) = 50+49+0=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #323100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323100 is #CDCEFF. Grayscale: #2B2B2B. Windows color (decimal): -13487872 or 12594. OLE color: 12594.

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

Color convert

RGB50490-
CMYK00.0210.80
HSL58.8º100%9.8%-
HSV(B)58.8º100%19.61%-
XYZ2.412.870.43-
YUV43.71103.33132.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 50.51%
GREEN value IS 49 (19.53% from 255) = 49.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.51%
G=49.49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5049000.0210.8058.81009.8
Hex323100264503b64a
Octal62610021441207314412
Binary11001011000100101100100101000011101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323100; }

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

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

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

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

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

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

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

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