#31321F

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

Shades of Karaka #31321F

Tints of Karaka #31321F

Color information

#31321F (or 0x31321F) is unknown color: approx Karaka. HEX triplet: 31, 32 and 1F. RGB value is (49,50,31). Sum of RGB (Red+Green+Blue) = 49+50+31=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 50 - color contains mainly: green. Hex color #31321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31321F is #CECDE0. Grayscale: #2F2F2F. Windows color (decimal): -13553121 or 2044465. OLE color: 2044465.

HSL color Cylindrical-coordinate representation of color #31321F: hue angle of 63.16º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #31321F is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB495031-
CMYK0.0200.380.80
HSL63.16º23.46%15.88%-
HSV(B)63.16º38%19.61%-
XYZ2.653.031.74-
YUV47.54118.67129.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 50 (19.92% from 255) = 38.46%
BLUE value IS 31 (12.5% from 255) = 23.85%
R=37.69%
G=38.46%
B=23.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4950310.0200.380.8063.1623.4615.88
Hex31321F2026503f1710
Octal6162372046120772720
Binary1100011100101111110010011010100001111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31321F; }

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

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

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

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

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

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

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

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