#323115

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

Shades of Karaka #323115

Tints of Karaka #323115

Color information

#323115 (or 0x323115) is unknown color: approx Karaka. HEX triplet: 32, 31 and 15. RGB value is (50,49,21). Sum of RGB (Red+Green+Blue) = 50+49+21=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #323115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323115 is #CDCEEA. Grayscale: #2E2E2E. Windows color (decimal): -13487851 or 1388850. OLE color: 1388850.

HSL color Cylindrical-coordinate representation of color #323115: hue angle of 57.93º 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 #323115 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB504921-
CMYK00.020.580.80
HSL57.93º40.85%13.92%-
HSV(B)57.93º58%19.61%-
XYZ2.552.931.14-
YUV46.11113.83130.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 49 (19.53% from 255) = 40.83%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=41.67%
G=40.83%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50492100.020.580.8057.9340.8513.92
Hex323115023A503a29e
Octal6261250272120725116
Binary1100101100011010101011101010100001110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323115; }

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

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

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

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

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

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

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

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