#313215

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

Shades of Karaka #313215

Tints of Karaka #313215

Color information

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

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

Color convert

RGB495021-
CMYK0.0200.580.80
HSL62.07º40.85%13.92%-
HSV(B)62.07º58%19.61%-
XYZ2.542.991.15-
YUV46.4113.67129.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4950210.0200.580.8062.0740.8513.92
Hex313215203A503e29e
Octal6162252072120765116
Binary1100011100101010110011101010100001111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313215; }

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

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

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

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

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

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

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

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