#323101

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

Shades of Karaka #323101

Tints of Karaka #323101

Color information

#323101 (or 0x323101) is unknown color: approx Karaka. HEX triplet: 32, 31 and 01. RGB value is (50,49,1). Sum of RGB (Red+Green+Blue) = 50+49+1=100 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 50 - color contains mainly: red. Hex color #323101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323101 is #CDCEFE. Grayscale: #2C2C2C. Windows color (decimal): -13487871 or 78130. OLE color: 78130.

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

Color convert

RGB50491-
CMYK00.020.980.80
HSL58.78º96.08%10%-
HSV(B)58.78º98%19.61%-
XYZ2.422.880.46-
YUV43.83103.83132.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 1 (0.78% from 255) = 1%
R=50%
G=49%
B=1%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5049100.020.980.8058.7896.0810
Hex323110262503b60a
Octal62611021421207314012
Binary11001011000110101100010101000011101111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323101; }

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

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

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

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

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

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

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

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