#323104

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

Shades of Karaka #323104

Tints of Karaka #323104

Color information

#323104 (or 0x323104) is unknown color: approx Karaka. HEX triplet: 32, 31 and 04. RGB value is (50,49,4). Sum of RGB (Red+Green+Blue) = 50+49+4=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #323104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323104 is #CDCEFB. Grayscale: #2C2C2C. Windows color (decimal): -13487868 or 274738. OLE color: 274738.

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

Color convert

RGB50494-
CMYK00.020.920.80
HSL58.7º85.19%10.59%-
HSV(B)58.7º92%19.61%-
XYZ2.442.880.54-
YUV44.17105.33132.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.54%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 4 (1.95% from 255) = 3.88%
R=48.54%
G=47.57%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5049400.020.920.8058.785.1910.59
Hex32314025C503b55b
Octal62614021341207312513
Binary1100101100011000101011100101000011101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323104; }

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

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

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

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

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

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

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

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