#323015

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

Shades of Karaka #323015

Tints of Karaka #323015

Color information

#323015 (or 0x323015) is unknown color: approx Karaka. HEX triplet: 32, 30 and 15. RGB value is (50,48,21). Sum of RGB (Red+Green+Blue) = 50+48+21=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #323015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323015 is #CDCFEA. Grayscale: #2D2D2D. Windows color (decimal): -13488107 or 1388594. OLE color: 1388594.

HSL color Cylindrical-coordinate representation of color #323015: hue angle of 55.86º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323015 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB504821-
CMYK00.040.580.80
HSL55.86º40.85%13.92%-
HSV(B)55.86º58%19.61%-
XYZ2.512.851.13-
YUV45.52114.16131.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.02%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=42.02%
G=40.34%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50482100.040.580.8055.8640.8513.92
Hex323015043A503829e
Octal6260250472120705116
Binary11001011000010101010011101010100001110001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323015; }

 p { color: rgb(50,48,21); }

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

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

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

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

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

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

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