#313022

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

Shades of Karaka #313022

Tints of Karaka #313022

Color information

#313022 (or 0x313022) is unknown color: approx Karaka. HEX triplet: 31, 30 and 22. RGB value is (49,48,34). Sum of RGB (Red+Green+Blue) = 49+48+34=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 49 - color contains mainly: red. Hex color #313022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313022 is #CECFDD. Grayscale: #2E2E2E. Windows color (decimal): -13553630 or 2240561. OLE color: 2240561.

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

Color convert

RGB494834-
CMYK00.020.310.81
HSL56º18.07%16.27%-
HSV(B)56º30.61%19.22%-
XYZ2.612.881.93-
YUV46.7120.83129.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.40%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=37.40%
G=36.64%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49483400.020.310.815618.0716.27
Hex313022021F51381210
Octal6160420237121702220
Binary1100011100001000100101111110100011110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313022; }

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

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

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

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

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

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

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

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