#31321E

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

Shades of Karaka #31321E

Tints of Karaka #31321E

Color information

#31321E (or 0x31321E) is unknown color: approx Karaka. HEX triplet: 31, 32 and 1E. RGB value is (49,50,30). Sum of RGB (Red+Green+Blue) = 49+50+30=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 50 - color contains mainly: green. Hex color #31321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31321E is #CECDE1. Grayscale: #2F2F2F. Windows color (decimal): -13553122 or 1978929. OLE color: 1978929.

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

Color convert

RGB495030-
CMYK0.0200.400.80
HSL63º25%15.69%-
HSV(B)63º40%19.61%-
XYZ2.643.031.67-
YUV47.42118.17129.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.98%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=37.98%
G=38.76%
B=23.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4950300.0200.400.80632515.69
Hex31321E2028503f1910
Octal6162362050120773120
Binary1100011100101111010010100010100001111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31321E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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