#313213

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

Shades of Karaka #313213

Tints of Karaka #313213

Color information

#313213 (or 0x313213) is unknown color: approx Karaka. HEX triplet: 31, 32 and 13. RGB value is (49,50,19). Sum of RGB (Red+Green+Blue) = 49+50+19=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #313213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313213 is #CECDEC. Grayscale: #2E2E2E. Windows color (decimal): -13553133 or 1258033. OLE color: 1258033.

HSL color Cylindrical-coordinate representation of color #313213: hue angle of 61.94º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #313213 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB495019-
CMYK0.0200.620.80
HSL61.94º44.93%13.53%-
HSV(B)61.94º62%19.61%-
XYZ2.522.981.06-
YUV46.17112.67130.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 50 (19.92% from 255) = 42.37%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=41.53%
G=42.37%
B=16.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4950190.0200.620.8061.9444.9313.53
Hex313213203E503e2de
Octal6162232076120765516
Binary1100011100101001110011111010100001111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313213; }

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

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

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

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

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

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

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

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