#31320C

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

Shades of Karaka #31320C

Tints of Karaka #31320C

Color information

#31320C (or 0x31320C) is unknown color: approx Karaka. HEX triplet: 31, 32 and 0C. RGB value is (49,50,12). Sum of RGB (Red+Green+Blue) = 49+50+12=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #31320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31320C is #CECDF3. Grayscale: #2D2D2D. Windows color (decimal): -13553140 or 799281. OLE color: 799281.

HSL color Cylindrical-coordinate representation of color #31320C: hue angle of 61.58º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31320C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB495012-
CMYK0.0200.760.80
HSL61.58º61.29%12.16%-
HSV(B)61.58º76%19.61%-
XYZ2.472.960.79-
YUV45.37109.17130.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 50 (19.92% from 255) = 45.05%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=44.14%
G=45.05%
B=10.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4950120.0200.760.8061.5861.2912.16
Hex3132C204C503e3dc
Octal61621420114120767514
Binary1100011100101100100100110010100001111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31320C; }

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

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

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

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

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

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

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

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