#313121

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

Shades of Karaka #313121

Tints of Karaka #313121

Color information

#313121 (or 0x313121) is unknown color: approx Karaka. HEX triplet: 31, 31 and 21. RGB value is (49,49,33). Sum of RGB (Red+Green+Blue) = 49+49+33=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313121 is #CECEDE. Grayscale: #2F2F2F. Windows color (decimal): -13553375 or 2175281. OLE color: 2175281.

HSL color Cylindrical-coordinate representation of color #313121: hue angle of 60º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #313121 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB494933-
CMYK000.330.81
HSL60º19.51%16.08%-
HSV(B)60º32.65%19.22%-
XYZ2.642.961.87-
YUV47.18120129.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 33 (13.28% from 255) = 25.19%
R=37.40%
G=37.40%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494933000.330.816019.5116.08
Hex3131210021513c1410
Octal6161410041121742420
Binary1100011100011000010010000110100011111001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313121; }

 p { color: rgb(49,49,33); }

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

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

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

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

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

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

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