#31321B

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

Shades of Karaka #31321B

Tints of Karaka #31321B

Color information

#31321B (or 0x31321B) is unknown color: approx Karaka. HEX triplet: 31, 32 and 1B. RGB value is (49,50,27). Sum of RGB (Red+Green+Blue) = 49+50+27=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 50 - color contains mainly: green. Hex color #31321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31321B is #CECDE4. Grayscale: #2F2F2F. Windows color (decimal): -13553125 or 1782321. OLE color: 1782321.

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

Color convert

RGB495027-
CMYK0.0200.460.80
HSL62.61º29.87%15.1%-
HSV(B)62.61º46%19.61%-
XYZ2.613.011.48-
YUV47.08116.67129.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 50 (19.92% from 255) = 39.68%
BLUE value IS 27 (10.94% from 255) = 21.43%
R=38.89%
G=39.68%
B=21.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4950270.0200.460.8062.6129.8715.1
Hex31321B202E503f1ef
Octal6162332056120773617
Binary110001110010110111001011101010000111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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