#313016

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

Shades of Karaka #313016

Tints of Karaka #313016

Color information

#313016 (or 0x313016) is unknown color: approx Karaka. HEX triplet: 31, 30 and 16. RGB value is (49,48,22). Sum of RGB (Red+Green+Blue) = 49+48+22=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #313016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313016 is #CECFE9. Grayscale: #2D2D2D. Windows color (decimal): -13553642 or 1454129. OLE color: 1454129.

HSL color Cylindrical-coordinate representation of color #313016: hue angle of 57.78º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #313016 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB494822-
CMYK00.020.550.81
HSL57.78º38.03%13.92%-
HSV(B)57.78º55.1%19.22%-
XYZ2.472.821.17-
YUV45.34114.83130.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 48 (19.14% from 255) = 40.34%
BLUE value IS 22 (8.98% from 255) = 18.49%
R=41.18%
G=40.34%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49482200.020.550.8157.7838.0313.92
Hex3130160237513a26e
Octal6160260267121724616
Binary1100011100001011001011011110100011110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313016; }

 p { color: rgb(49,48,22); }

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

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

 a { background-color: rgb(49,48,22); }

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

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

 span { border-color: rgb(49,48,22); }

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